Skip to content

Commit

Permalink
标签页添加布局状态缓存的Key (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroi-sora committed Mar 15, 2024
1 parent 6ec0591 commit 021063a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions UmiOCR-data/qt_res/qml/TabPages/BatchDOC/BatchDOC.qml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ We are attempting to fix this issue.`
}
// 主区域:左右双栏面板。
DoubleRowLayout {
saveKey: "BatchDOC_1"
anchors.fill: parent
initSplitterX: 0.5

Expand Down
1 change: 1 addition & 0 deletions UmiOCR-data/qt_res/qml/TabPages/BatchOCR/BatchOCR.qml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ TabPage {
}
// 主区域:左右双栏面板。
DoubleRowLayout {
saveKey: "BatchOCR_1"
anchors.fill: parent
initSplitterX: 0.5

Expand Down
1 change: 1 addition & 0 deletions UmiOCR-data/qt_res/qml/TabPages/QRcode/QRcode.qml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ TabPage {
// 主区域:双栏面板
DoubleRowLayout {
id: doubleRowLayout
saveKey: "QRcode_1"
anchors.fill: parent
initSplitterX: 0.5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ TabPage {
// 主区域:双栏面板
DoubleRowLayout {
id: doubleRowLayout
saveKey: "ScreenshotOCR_1"
anchors.left: leftCtrlPanel.right
anchors.top: parent.top
anchors.bottom: parent.bottom
Expand Down

0 comments on commit 021063a

Please sign in to comment.