<ui version="4.0" > <class>LanguagesDialog</class> <widget class="QDialog" name="LanguagesDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>Auxiliary Languages</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <widget class="QTreeWidget" name="languagesList" > <property name="indentation" > <number>0</number> </property> <column> <property name="text" > <string>Locale</string> </property> </column> <column> <property name="text" > <string>File</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QToolButton" name="upButton" > <property name="enabled" > <bool>false</bool> </property> <property name="toolTip" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Move selected language up</p></body></html></string> </property> <property name="text" > <string>up</string> </property> <property name="icon" > <iconset resource="linguist.qrc" > <normaloff>:/images/up.png</normaloff>:/images/up.png</iconset> </property> </widget> </item> <item> <widget class="QToolButton" name="downButton" > <property name="enabled" > <bool>false</bool> </property> <property name="toolTip" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">Move selected language down</p></body></html></string> </property> <property name="text" > <string>down</string> </property> <property name="icon" > <iconset resource="linguist.qrc" > <normaloff>:/images/down.png</normaloff>:/images/down.png</iconset> </property> </widget> </item> <item> <widget class="QToolButton" name="removeButton" > <property name="enabled" > <bool>false</bool> </property> <property name="toolTip" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Remove selected language</p></body></html></string> </property> <property name="text" > <string>remove</string> </property> <property name="icon" > <iconset resource="linguist.qrc" > <normaloff>:/images/editdelete.png</normaloff>:/images/editdelete.png</iconset> </property> </widget> </item> <item> <widget class="QToolButton" name="openFileButton" > <property name="enabled" > <bool>true</bool> </property> <property name="toolTip" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Open auxiliary language files</p></body></html></string> </property> <property name="text" > <string>...</string> </property> <property name="icon" > <iconset resource="linguist.qrc" > <normaloff>:/images/mac/fileopen.png</normaloff>:/images/mac/fileopen.png</iconset> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0" > <size> <width>121</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="okButton" > <property name="text" > <string>OK</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="linguist.qrc" /> </resources> <connections> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>LanguagesDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>352</x> <y>39</y> </hint> <hint type="destinationlabel" > <x>233</x> <y>29</y> </hint> </hints> </connection> </connections> </ui>