aboutsummaryrefslogtreecommitdiffstats
path: root/mageiaSync/mageiaSyncUI.ui
diff options
context:
space:
mode:
authorpapoteur-mga <yves.brungard_git@gadz.org>2014-10-28 21:19:05 +0100
committerpapoteur-mga <yves.brungard_git@gadz.org>2014-11-22 11:47:35 +0100
commitd7a7e5df2de2cb68b3c75dbf7ca9dbd2218291ab (patch)
tree39954feb35468c8a7bed26126e55e36bcd38fbba /mageiaSync/mageiaSyncUI.ui
parent542f88cc573cdc0f93314218b4765c0f1a62c75c (diff)
downloadMageiaSync-d7a7e5df2de2cb68b3c75dbf7ca9dbd2218291ab.tar
MageiaSync-d7a7e5df2de2cb68b3c75dbf7ca9dbd2218291ab.tar.gz
MageiaSync-d7a7e5df2de2cb68b3c75dbf7ca9dbd2218291ab.tar.bz2
MageiaSync-d7a7e5df2de2cb68b3c75dbf7ca9dbd2218291ab.tar.xz
MageiaSync-d7a7e5df2de2cb68b3c75dbf7ca9dbd2218291ab.zip
Correction of check being launched after stopping.
Added shortcuts. Added new feature : launching checks on demand Correction of size display Added "Quit" button Correction of the icon
Diffstat (limited to 'mageiaSync/mageiaSyncUI.ui')
-rw-r--r--mageiaSync/mageiaSyncUI.ui51
1 files changed, 40 insertions, 11 deletions
diff --git a/mageiaSync/mageiaSyncUI.ui b/mageiaSync/mageiaSyncUI.ui
index a86d314..a9933cd 100644
--- a/mageiaSync/mageiaSyncUI.ui
+++ b/mageiaSync/mageiaSyncUI.ui
@@ -6,13 +6,20 @@
<rect>
<x>0</x>
<y>0</y>
- <width>862</width>
+ <width>820</width>
<height>587</height>
</rect>
</property>
<property name="windowTitle">
<string>MageiaSync</string>
</property>
+ <property name="windowIcon">
+ <iconset>
+ <normaloff>icons/mageiasync.png</normaloff>icons/mageiasync.png</iconset>
+ </property>
+ <property name="locale">
+ <locale language="English" country="UnitedStates"/>
+ </property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@@ -31,7 +38,7 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="text">
- <string>Select All</string>
+ <string>Select &amp;All</string>
</property>
</widget>
</item>
@@ -157,7 +164,7 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="text">
- <string>Do sync</string>
+ <string>&amp;Do sync</string>
</property>
</widget>
</item>
@@ -167,7 +174,17 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="text">
- <string>Stop</string>
+ <string>&amp;Stop</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="quit">
+ <property name="locale">
+ <locale language="English" country="UnitedStates"/>
+ </property>
+ <property name="text">
+ <string>&amp;Quit</string>
</property>
</widget>
</item>
@@ -194,7 +211,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>862</width>
+ <width>820</width>
<height>19</height>
</rect>
</property>
@@ -203,17 +220,21 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="title">
- <string>File</string>
+ <string>&amp;File</string>
</property>
<addaction name="actionUpdate"/>
<addaction name="actionPreferences"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuSync">
+ <property name="locale">
+ <locale language="English" country="UnitedStates"/>
+ </property>
<property name="title">
- <string>Sync</string>
+ <string>S&amp;ync</string>
</property>
<addaction name="actionRename"/>
+ <addaction name="actionCheck"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuSync"/>
@@ -221,22 +242,30 @@
<widget class="QStatusBar" name="statusbar"/>
<action name="actionUpdate">
<property name="text">
- <string>Update list</string>
+ <string>&amp;Update list</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
- <string>Quit</string>
+ <string>&amp;Quit</string>
</property>
</action>
<action name="actionPreferences">
<property name="text">
- <string>Preferences</string>
+ <string>&amp;Preferences</string>
</property>
</action>
<action name="actionRename">
<property name="text">
- <string>Rename archives</string>
+ <string>&amp;Rename archives</string>
+ </property>
+ </action>
+ <action name="actionCheck">
+ <property name="text">
+ <string>&amp;Check</string>
+ </property>
+ <property name="toolTip">
+ <string>Check selected images</string>
</property>
</action>
</widget>