35 <widget class="QGroupBox" name="groupBox_3"> |
35 <widget class="QGroupBox" name="groupBox_3"> |
36 <property name="title"> |
36 <property name="title"> |
37 <string>Qt Translations Directory</string> |
37 <string>Qt Translations Directory</string> |
38 </property> |
38 </property> |
39 <layout class="QGridLayout"> |
39 <layout class="QGridLayout"> |
40 <item row="1" column="1"> |
|
41 <widget class="QPushButton" name="qt4TransButton"> |
|
42 <property name="toolTip"> |
|
43 <string>Press to select the Qt translations directory via a directory selection dialog</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>...</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="1" column="0"> |
40 <item row="1" column="0"> |
51 <widget class="QLineEdit" name="qt4TransEdit"> |
41 <widget class="QLineEdit" name="qt4TransEdit"> |
52 <property name="toolTip"> |
42 <property name="toolTip"> |
53 <string>Enter the path of the Qt translations directory.</string> |
43 <string>Enter the path of the Qt translations directory.</string> |
54 </property> |
44 </property> |
66 <property name="text"> |
56 <property name="text"> |
67 <string><b>Note:</b> Leave this entry empty to use the QT4TRANSLATIONSDIR environment variable or the path compiled into the Qt library.</string> |
57 <string><b>Note:</b> Leave this entry empty to use the QT4TRANSLATIONSDIR environment variable or the path compiled into the Qt library.</string> |
68 </property> |
58 </property> |
69 <property name="wordWrap"> |
59 <property name="wordWrap"> |
70 <bool>true</bool> |
60 <bool>true</bool> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="1" column="1"> |
|
65 <widget class="QToolButton" name="qt4TransButton"> |
|
66 <property name="toolTip"> |
|
67 <string>Press to select the Qt translations directory via a directory selection dialog</string> |
71 </property> |
68 </property> |
72 </widget> |
69 </widget> |
73 </item> |
70 </item> |
74 </layout> |
71 </layout> |
75 </widget> |
72 </widget> |