]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/jira-settings-dialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / jira-settings-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>JiraSettingsDialog</class>
4  <widget class="QDialog" name="JiraSettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>904</width>
10     <height>509</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="UrlLabel">
19      <property name="text">
20       <string>JIRA servers:</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <widget class="QTableWidget" name="tableWidget"/>
26    </item>
27    <item>
28     <layout class="QHBoxLayout" name="horizontalLayout">
29      <item>
30       <spacer name="horizontalSpacer">
31        <property name="orientation">
32         <enum>Qt::Horizontal</enum>
33        </property>
34        <property name="sizeHint" stdset="0">
35         <size>
36          <width>40</width>
37          <height>20</height>
38         </size>
39        </property>
40       </spacer>
41      </item>
42      <item>
43       <widget class="QPushButton" name="addServerButton">
44        <property name="text">
45         <string>Add</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QPushButton" name="deleteServerButton">
51        <property name="text">
52         <string>Remove</string>
53        </property>
54       </widget>
55      </item>
56     </layout>
57    </item>
58    <item>
59     <widget class="QLabel" name="selectedServerLabel">
60      <property name="text">
61       <string>Selected Jira server (click above):</string>
62      </property>
63     </widget>
64    </item>
65    <item>
66     <widget class="QLineEdit" name="selectedServerLineEdit">
67      <property name="enabled">
68       <bool>false</bool>
69      </property>
70      <property name="inputMask">
71       <string notr="true"/>
72      </property>
73      <property name="text">
74       <string notr="true"/>
75      </property>
76      <property name="readOnly">
77       <bool>true</bool>
78      </property>
79     </widget>
80    </item>
81    <item>
82     <widget class="QCheckBox" name="usePATCheckBox">
83      <property name="text">
84       <string>Use Personal Access Token instead of username and password for authentication</string>
85      </property>
86     </widget>
87    </item>
88    <item>
89     <widget class="QLabel" name="PATLabel">
90      <property name="text">
91       <string>Personal Access Token:</string>
92      </property>
93     </widget>
94    </item>
95    <item>
96     <widget class="QLineEdit" name="PATLineEdit">
97      <property name="inputMethodHints">
98       <set>Qt::ImhNone</set>
99      </property>
100      <property name="echoMode">
101       <enum>QLineEdit::Password</enum>
102      </property>
103     </widget>
104    </item>
105    <item>
106     <widget class="QLabel" name="userLabel">
107      <property name="text">
108       <string>Username:</string>
109      </property>
110     </widget>
111    </item>
112    <item>
113     <widget class="QLineEdit" name="userLineEdit"/>
114    </item>
115    <item>
116     <widget class="QLabel" name="passwordLabel">
117      <property name="text">
118       <string>Password:</string>
119      </property>
120     </widget>
121    </item>
122    <item>
123     <widget class="QLineEdit" name="passwordLineEdit">
124      <property name="inputMethodHints">
125       <set>Qt::ImhNone</set>
126      </property>
127      <property name="echoMode">
128       <enum>QLineEdit::Password</enum>
129      </property>
130     </widget>
131    </item>
132    <item>
133     <widget class="QDialogButtonBox" name="buttonBox">
134      <property name="layoutDirection">
135       <enum>Qt::LeftToRight</enum>
136      </property>
137      <property name="orientation">
138       <enum>Qt::Horizontal</enum>
139      </property>
140      <property name="standardButtons">
141       <set>QDialogButtonBox::Close</set>
142      </property>
143      <property name="centerButtons">
144       <bool>false</bool>
145      </property>
146     </widget>
147    </item>
148   </layout>
149  </widget>
150  <resources/>
151  <connections>
152   <connection>
153    <sender>buttonBox</sender>
154    <signal>accepted()</signal>
155    <receiver>JiraSettingsDialog</receiver>
156    <slot>accept()</slot>
157    <hints>
158     <hint type="sourcelabel">
159      <x>248</x>
160      <y>254</y>
161     </hint>
162     <hint type="destinationlabel">
163      <x>157</x>
164      <y>274</y>
165     </hint>
166    </hints>
167   </connection>
168   <connection>
169    <sender>buttonBox</sender>
170    <signal>rejected()</signal>
171    <receiver>JiraSettingsDialog</receiver>
172    <slot>reject()</slot>
173    <hints>
174     <hint type="sourcelabel">
175      <x>316</x>
176      <y>260</y>
177     </hint>
178     <hint type="destinationlabel">
179      <x>286</x>
180      <y>274</y>
181     </hint>
182    </hints>
183   </connection>
184  </connections>
185 </ui>