diff options
author | necoro <> | 2007-06-18 15:32:23 +0000 |
---|---|---|
committer | necoro <> | 2007-06-18 15:32:23 +0000 |
commit | ae7f2d4cc94dcbc2c0d19dfb4d0154589e117cd5 (patch) | |
tree | b517b46bf38bdc9e752041d50eb76547f3df9d10 /portato/gui/templates/ui/MainWindow.ui | |
parent | 095494f8811ee3667c82c4e2240df98558991b19 (diff) | |
download | portato-ae7f2d4cc94dcbc2c0d19dfb4d0154589e117cd5.tar.gz portato-ae7f2d4cc94dcbc2c0d19dfb4d0154589e117cd5.tar.bz2 portato-ae7f2d4cc94dcbc2c0d19dfb4d0154589e117cd5.zip |
added updated list to Qt
Diffstat (limited to 'portato/gui/templates/ui/MainWindow.ui')
-rw-r--r-- | portato/gui/templates/ui/MainWindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/portato/gui/templates/ui/MainWindow.ui b/portato/gui/templates/ui/MainWindow.ui index cd7b40c..e2eb0dc 100644 --- a/portato/gui/templates/ui/MainWindow.ui +++ b/portato/gui/templates/ui/MainWindow.ui @@ -416,7 +416,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>466</width> - <height>27</height> + <height>31</height> </rect> </property> <widget class="QMenu" name="fileMenu" > @@ -441,6 +441,7 @@ p, li { white-space: pre-wrap; } <addaction name="emergeAction" /> <addaction name="unmergeAction" /> <addaction name="updateAction" /> + <addaction name="updateListAction" /> <addaction name="separator" /> <addaction name="syncAction" /> <addaction name="saveAction" /> @@ -534,6 +535,11 @@ p, li { white-space: pre-wrap; } <string>Sort by Name</string> </property> </action> + <action name="updateListAction" > + <property name="text" > + <string>Show &new packages</string> + </property> + </action> </widget> <customwidgets> <customwidget> |