vym - view your mind Code
Brought to you by:
insilmaril
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>JiraSettingsDialog</class> <widget class="QDialog" name="JiraSettingsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>904</width> <height>509</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="UrlLabel"> <property name="text"> <string>JIRA servers:</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="tableWidget"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="addServerButton"> <property name="text"> <string>Add</string> </property> </widget> </item> <item> <widget class="QPushButton" name="deleteServerButton"> <property name="text"> <string>Remove</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="selectedServerLabel"> <property name="text"> <string>Selected Jira server (click above):</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="selectedServerLineEdit"> <property name="enabled"> <bool>false</bool> </property> <property name="inputMask"> <string notr="true"/> </property> <property name="text"> <string notr="true"/> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="usePATCheckBox"> <property name="text"> <string>Use Personal Access Token instead of username and password for authentication</string> </property> </widget> </item> <item> <widget class="QLabel" name="PATLabel"> <property name="text"> <string>Personal Access Token:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="PATLineEdit"> <property name="inputMethodHints"> <set>Qt::ImhNone</set> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> <item> <widget class="QLabel" name="userLabel"> <property name="text"> <string>Username:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="userLineEdit"/> </item> <item> <widget class="QLabel" name="passwordLabel"> <property name="text"> <string>Password:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="passwordLineEdit"> <property name="inputMethodHints"> <set>Qt::ImhNone</set> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> <property name="centerButtons"> <bool>false</bool> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>JiraSettingsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>JiraSettingsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>