diff options
author | saturneric <[email protected]> | 2024-04-14 12:56:18 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-14 12:56:18 +0000 |
commit | cb2672ca430c54244df7bd46ef97256c3d840cbf (patch) | |
tree | a54bb28d61cf9dbf608261782c4f3febec72ea8c /ui/ModuleControllerDialog.ui | |
parent | fix: use qt designer placeholder instead of custom initialized (diff) | |
download | GpgFrontend-cb2672ca430c54244df7bd46ef97256c3d840cbf.tar.gz GpgFrontend-cb2672ca430c54244df7bd46ef97256c3d840cbf.zip |
feat: add a grt viewer and solve some issues in gnupg info tab
Diffstat (limited to '')
-rw-r--r-- | ui/ModuleControllerDialog.ui | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/ui/ModuleControllerDialog.ui b/ui/ModuleControllerDialog.ui index 34945219..92f70c15 100644 --- a/ui/ModuleControllerDialog.ui +++ b/ui/ModuleControllerDialog.ui @@ -42,6 +42,18 @@ </property> <item> <widget class="GpgFrontend::UI::ModuleListView" name="moduleListView"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>250</width> + <height>0</height> + </size> + </property> <property name="maximumSize"> <size> <width>250</width> @@ -113,8 +125,17 @@ </widget> <widget class="QWidget" name="tab"> <attribute name="title"> - <string>Trusted Key</string> + <string>Global Register Table</string> </attribute> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="GpgFrontend::UI::GRTTreeView" name="treeView"> + <property name="uniformRowHeights"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> @@ -154,7 +175,7 @@ <item> <widget class="QPushButton" name="pushButton_4"> <property name="text"> - <string>PushButton</string> + <string>Upsert GRT Value</string> </property> </widget> </item> @@ -189,6 +210,11 @@ <extends>QListView</extends> <header>ui/widgets/ModuleListView.h</header> </customwidget> + <customwidget> + <class>GpgFrontend::UI::GRTTreeView</class> + <extends>QTreeView</extends> + <header>ui/widgets/GRTTreeView.h</header> + </customwidget> </customwidgets> <resources/> <connections/> |