diff options
Diffstat (limited to 'portato/gui/qt/ui')
-rw-r--r-- | portato/gui/qt/ui/MainWindow.ui | 98 |
1 files changed, 87 insertions, 11 deletions
diff --git a/portato/gui/qt/ui/MainWindow.ui b/portato/gui/qt/ui/MainWindow.ui index f942ea7..2830291 100644 --- a/portato/gui/qt/ui/MainWindow.ui +++ b/portato/gui/qt/ui/MainWindow.ui @@ -80,7 +80,7 @@ </widget> <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="pkgTab" > <attribute name="title" > @@ -170,8 +170,8 @@ p, li { white-space: pre-wrap; } <widget class="UncheckBox" name="installedCheck" > <property name="sizePolicy" > <sizepolicy> - <hsizetype>13</hsizetype> - <vsizetype>13</vsizetype> + <hsizetype>3</hsizetype> + <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -182,10 +182,7 @@ p, li { white-space: pre-wrap; } </widget> </item> <item> - <widget class="QCheckBox" name="testingCheck" > - <property name="enabled" > - <bool>true</bool> - </property> + <widget class="QCheckBox" name="maskedCheck" > <property name="sizePolicy" > <sizepolicy> <hsizetype>3</hsizetype> @@ -195,12 +192,15 @@ p, li { white-space: pre-wrap; } </sizepolicy> </property> <property name="text" > - <string>Testing</string> + <string>Masked</string> </property> </widget> </item> <item> - <widget class="QCheckBox" name="maskedCheck" > + <widget class="QCheckBox" name="testingCheck" > + <property name="enabled" > + <bool>true</bool> + </property> <property name="sizePolicy" > <sizepolicy> <hsizetype>3</hsizetype> @@ -210,7 +210,7 @@ p, li { white-space: pre-wrap; } </sizepolicy> </property> <property name="text" > - <string>Masked</string> + <string>Testing</string> </property> </widget> </item> @@ -224,6 +224,9 @@ p, li { white-space: pre-wrap; } <property name="editTriggers" > <set>QAbstractItemView::NoEditTriggers</set> </property> + <property name="textElideMode" > + <enum>Qt::ElideNone</enum> + </property> <property name="rootIsDecorated" > <bool>true</bool> </property> @@ -388,7 +391,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>466</width> - <height>28</height> + <height>31</height> </rect> </property> <widget class="QMenu" name="menuFile" > @@ -403,7 +406,17 @@ p, li { white-space: pre-wrap; } </property> <addaction name="aboutAction" /> </widget> + <widget class="QMenu" name="menu_Emerge" > + <property name="title" > + <string>&Emerge</string> + </property> + <addaction name="emergeAction" /> + <addaction name="unmergeAction" /> + <addaction name="updateAction" /> + <addaction name="separator" /> + </widget> <addaction name="menuFile" /> + <addaction name="menu_Emerge" /> <addaction name="menuHelp" /> </widget> <widget class="QStatusBar" name="statusbar" > @@ -427,6 +440,21 @@ p, li { white-space: pre-wrap; } <string>&About</string> </property> </action> + <action name="emergeAction" > + <property name="text" > + <string>&Emerge</string> + </property> + </action> + <action name="unmergeAction" > + <property name="text" > + <string>&Unmerge</string> + </property> + </action> + <action name="updateAction" > + <property name="text" > + <string>Update &World</string> + </property> + </action> </widget> <customwidgets> <customwidget> @@ -469,5 +497,53 @@ p, li { white-space: pre-wrap; } </hint> </hints> </connection> + <connection> + <sender>emergeAction</sender> + <signal>triggered()</signal> + <receiver>emergeBtn</receiver> + <slot>click()</slot> + <hints> + <hint type="sourcelabel" > + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel" > + <x>66</x> + <y>642</y> + </hint> + </hints> + </connection> + <connection> + <sender>unmergeAction</sender> + <signal>triggered()</signal> + <receiver>unmergeBtn</receiver> + <slot>click()</slot> + <hints> + <hint type="sourcelabel" > + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel" > + <x>177</x> + <y>642</y> + </hint> + </hints> + </connection> + <connection> + <sender>updateAction</sender> + <signal>triggered()</signal> + <receiver>updateBtn</receiver> + <slot>click()</slot> + <hints> + <hint type="sourcelabel" > + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel" > + <x>288</x> + <y>642</y> + </hint> + </hints> + </connection> </connections> </ui> |