diff options
author | Saturneric <[email protected]> | 2021-12-08 01:17:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-08 01:17:45 +0000 |
commit | 6ce0b33c53a8b3da7e1a63ba8438d6de6f784959 (patch) | |
tree | d678d344febb9ae45bed387b55da677d09d907ad /src/ui/widgets/KeyList.cpp | |
parent | Modified Project Configure & Update CI & Stable UI. (diff) | |
download | GpgFrontend-6ce0b33c53a8b3da7e1a63ba8438d6de6f784959.tar.gz GpgFrontend-6ce0b33c53a8b3da7e1a63ba8438d6de6f784959.zip |
Start to use .ui file
1. Edit Project Configure.
2. Add UI Dir
3. Add FileFage.ui
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r-- | src/ui/widgets/KeyList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp index 5931e337..02a12e80 100644 --- a/src/ui/widgets/KeyList.cpp +++ b/src/ui/widgets/KeyList.cpp @@ -46,6 +46,7 @@ void KeyList::init() { mGroupTab = new QTabWidget(); mGroupTab->setMovable(true); mGroupTab->setTabsClosable(false); + mGroupTab->setDocumentMode(true); auto* layout = new QVBoxLayout; layout->addWidget(mGroupTab); |