diff options
author | papoteur-mga <yves.brungard_git@gadz.org> | 2014-08-29 13:54:49 +0200 |
---|---|---|
committer | papoteur-mga <yves.brungard_git@gadz.org> | 2014-08-29 13:54:49 +0200 |
commit | b769f65ac1a1dc4a229b159e39887e8e0dc33303 (patch) | |
tree | e07674ad599b2093c40667fe26b069a6012a9f7c /lib/mageiaSyncDBprefs.ui | |
parent | dff07e0973905a5dbf1e968fb97432c575322823 (diff) | |
download | MageiaSync-b769f65ac1a1dc4a229b159e39887e8e0dc33303.tar MageiaSync-b769f65ac1a1dc4a229b159e39887e8e0dc33303.tar.gz MageiaSync-b769f65ac1a1dc4a229b159e39887e8e0dc33303.tar.bz2 MageiaSync-b769f65ac1a1dc4a229b159e39887e8e0dc33303.tar.xz MageiaSync-b769f65ac1a1dc4a229b159e39887e8e0dc33303.zip |
Added tooltips in the preferences dialog box.
Diffstat (limited to 'lib/mageiaSyncDBprefs.ui')
-rw-r--r-- | lib/mageiaSyncDBprefs.ui | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/lib/mageiaSyncDBprefs.ui b/lib/mageiaSyncDBprefs.ui index cd46b3b..81f947f 100644 --- a/lib/mageiaSyncDBprefs.ui +++ b/lib/mageiaSyncDBprefs.ui @@ -47,6 +47,9 @@ <layout class="QFormLayout" name="formLayout"> <item row="1" column="0"> <widget class="QLabel" name="label"> + <property name="toolTip"> + <string>Give the release name like "mageia5-alpha2"</string> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -57,6 +60,9 @@ </item> <item row="1" column="1"> <widget class="QLineEdit" name="release"> + <property name="toolTip"> + <string/> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -64,6 +70,9 @@ </item> <item row="2" column="0"> <widget class="QLabel" name="label_2"> + <property name="toolTip"> + <string>User name to acces the repository. Only for testing repository.</string> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -75,7 +84,7 @@ <item row="2" column="1"> <widget class="QLineEdit" name="user"> <property name="toolTip"> - <string extracomment="User name to acces the repository"/> + <string/> </property> <property name="statusTip"> <string/> @@ -87,6 +96,9 @@ </item> <item row="3" column="0"> <widget class="QLabel" name="label_3"> + <property name="toolTip"> + <string>Associated with user, if needed</string> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -97,6 +109,9 @@ </item> <item row="3" column="1"> <widget class="QLineEdit" name="password"> + <property name="toolTip"> + <string/> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -104,6 +119,9 @@ </item> <item row="4" column="0"> <widget class="QLabel" name="label_4"> + <property name="toolTip"> + <string>Source repository. Keep void to use the testing repo.</string> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -115,7 +133,7 @@ <item row="4" column="1"> <widget class="QLineEdit" name="location"> <property name="toolTip"> - <string extracomment="Source repository"/> + <string/> </property> <property name="locale"> <locale language="English" country="UnitedStates"/> @@ -124,6 +142,9 @@ </item> <item row="5" column="0"> <widget class="QLabel" name="label_5"> + <property name="toolTip"> + <string>The local directory where you store ISOs. Will sync your existent ISOs already present.</string> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -134,6 +155,9 @@ </item> <item row="5" column="1"> <widget class="QPushButton" name="selectDest"> + <property name="toolTip"> + <string/> + </property> <property name="text"> <string>PushButton</string> </property> @@ -141,6 +165,9 @@ </item> <item row="6" column="0"> <widget class="QLabel" name="label_6"> + <property name="toolTip"> + <string>Set to zero if you don't want apply limit.</string> + </property> <property name="locale"> <locale language="English" country="UnitedStates"/> </property> @@ -151,6 +178,9 @@ </item> <item row="6" column="1"> <widget class="QSpinBox" name="bwl"> + <property name="toolTip"> + <string/> + </property> <property name="maximum"> <number>100000</number> </property> |