diff options
Diffstat (limited to 'ui/KeyList.ui')
-rw-r--r-- | ui/KeyList.ui | 65 |
1 files changed, 31 insertions, 34 deletions
diff --git a/ui/KeyList.ui b/ui/KeyList.ui index 99932453..9e41a0d1 100644 --- a/ui/KeyList.ui +++ b/ui/KeyList.ui @@ -18,9 +18,9 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QWidget" name="menuWidget" native="true"> - <layout class="QHBoxLayout" name="menu"> + <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> - <number>0</number> + <number>6</number> </property> <property name="leftMargin"> <number>0</number> @@ -35,38 +35,35 @@ <number>0</number> </property> <item> - <widget class="QLabel" name="keyListOperationsLabel"> - <property name="text"> - <string>Key List Menu: </string> - </property> - </widget> - </item> - <item alignment="Qt::AlignLeft"> - <widget class="QPushButton" name="refreshKeyListButton"> - <property name="text"> - <string>Refresh</string> - </property> - </widget> - </item> - <item alignment="Qt::AlignLeft"> - <widget class="QPushButton" name="syncButton"> - <property name="text"> - <string>Sync With Key Server</string> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="refreshKeyListButton"> + <property name="text"> + <string>Refresh</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="syncButton"> + <property name="text"> + <string>Sync With Key Server</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> </item> </layout> </widget> |