]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/confluence-settings-dialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / confluence-settings-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfluenceSettingsDialog</class>
4  <widget class="QDialog" name="ConfluenceSettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>631</width>
10     <height>356</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>Confluence URL:</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <widget class="QLineEdit" name="urlLineEdit"/>
26    </item>
27    <item>
28     <widget class="QCheckBox" name="usePATCheckBox">
29      <property name="text">
30       <string>Use Personal Access Token instead of username and password for authentication</string>
31      </property>
32     </widget>
33    </item>
34    <item>
35     <widget class="QLabel" name="PATLabel">
36      <property name="text">
37       <string>Personal Access Token:</string>
38      </property>
39     </widget>
40    </item>
41    <item>
42     <widget class="QLineEdit" name="PATLineEdit">
43      <property name="echoMode">
44       <enum>QLineEdit::Password</enum>
45      </property>
46     </widget>
47    </item>
48    <item>
49     <widget class="QLabel" name="userLabel">
50      <property name="text">
51       <string>Username:</string>
52      </property>
53     </widget>
54    </item>
55    <item>
56     <widget class="QLineEdit" name="userLineEdit"/>
57    </item>
58    <item>
59     <widget class="QLabel" name="passwordLabel">
60      <property name="text">
61       <string>Password:</string>
62      </property>
63     </widget>
64    </item>
65    <item>
66     <widget class="QLineEdit" name="passwordLineEdit">
67      <property name="echoMode">
68       <enum>QLineEdit::Password</enum>
69      </property>
70     </widget>
71    </item>
72    <item>
73     <widget class="QCheckBox" name="savePasswordCheckBox">
74      <property name="text">
75       <string>Save password</string>
76      </property>
77     </widget>
78    </item>
79    <item>
80     <spacer name="verticalSpacer">
81      <property name="orientation">
82       <enum>Qt::Vertical</enum>
83      </property>
84      <property name="sizeHint" stdset="0">
85       <size>
86        <width>20</width>
87        <height>40</height>
88       </size>
89      </property>
90     </spacer>
91    </item>
92    <item>
93     <widget class="QDialogButtonBox" name="buttonBox">
94      <property name="layoutDirection">
95       <enum>Qt::LeftToRight</enum>
96      </property>
97      <property name="orientation">
98       <enum>Qt::Horizontal</enum>
99      </property>
100      <property name="standardButtons">
101       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
102      </property>
103      <property name="centerButtons">
104       <bool>false</bool>
105      </property>
106     </widget>
107    </item>
108   </layout>
109  </widget>
110  <resources/>
111  <connections>
112   <connection>
113    <sender>buttonBox</sender>
114    <signal>accepted()</signal>
115    <receiver>ConfluenceSettingsDialog</receiver>
116    <slot>accept()</slot>
117    <hints>
118     <hint type="sourcelabel">
119      <x>248</x>
120      <y>254</y>
121     </hint>
122     <hint type="destinationlabel">
123      <x>157</x>
124      <y>274</y>
125     </hint>
126    </hints>
127   </connection>
128   <connection>
129    <sender>buttonBox</sender>
130    <signal>rejected()</signal>
131    <receiver>ConfluenceSettingsDialog</receiver>
132    <slot>reject()</slot>
133    <hints>
134     <hint type="sourcelabel">
135      <x>316</x>
136      <y>260</y>
137     </hint>
138     <hint type="destinationlabel">
139      <x>286</x>
140      <y>274</y>
141     </hint>
142    </hints>
143   </connection>
144  </connections>
145 </ui>