From ab224c6a1c1047f385528863d1bac9453c3d95ba Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Thu, 2 Feb 2023 19:41:55 +0800 Subject: [PATCH] vault backup: 2023-02-02 19:41:55 --- .obsidian/workspace.json | 30 +++++++++++++++++++++--------- 04. Programming/QT/界面外觀.md | 2 ++ 2 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 04. Programming/QT/界面外觀.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c431a37..f20a332 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -41,14 +41,26 @@ "state": { "type": "markdown", "state": { - "file": "00. Inbox/01. TODO.md", + "file": "04. Programming/QT/Dropdown button.md", + "mode": "source", + "source": true + } + } + }, + { + "id": "ca86e1d110af5f5c", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "04. Programming/QT/界面外觀.md", "mode": "source", "source": true } } } ], - "currentTab": 2 + "currentTab": 3 } ], "direction": "vertical" @@ -106,7 +118,7 @@ "state": { "type": "backlink", "state": { - "file": "00. Inbox/01. TODO.md", + "file": "04. Programming/QT/界面外觀.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -123,7 +135,7 @@ "state": { "type": "outline", "state": { - "file": "00. Inbox/01. TODO.md" + "file": "04. Programming/QT/界面外觀.md" } } }, @@ -168,17 +180,17 @@ "periodic-notes:Open today": false } }, - "active": "a168e2c3249a0295", + "active": "ca86e1d110af5f5c", "lastOpenFiles": [ + "04. Programming/QT/Dropdown button.md", + "04. Programming/QT/Application Icon.md", + "00. Inbox/01. TODO.md", "01. 個人/01. Daily/2023-02-01(週三).md", "00. Inbox/Habit Tracker.md", "05. 資料收集/99. templates/日記.md", "01. 個人/01. Daily/2023/2023年度目標.md", "01. 個人/01. Daily/2023/01/2023-01-31(週二).md", - "00. Inbox/01. TODO.md", "01. 個人/99. Games/Project Zomboid.md", - "00. Inbox/未命名.md", - "05. 資料收集/99. templates/front matter.md", - "__test/2023-01-31(週二).md" + "00. Inbox/未命名.md" ] } \ No newline at end of file diff --git a/04. Programming/QT/界面外觀.md b/04. Programming/QT/界面外觀.md new file mode 100644 index 0000000..1b1877e --- /dev/null +++ b/04. Programming/QT/界面外觀.md @@ -0,0 +1,2 @@ +- `QApplication.setStyle()` 可以設定視窗風格(Windows、Vista、Fusion) +- \ No newline at end of file