Warning, /sdk/kommit/src/libkommitwidgets/dialogs/credentialdialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>CredentialDialog</class> 0004 <widget class="QDialog" name="CredentialDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>472</width> 0010 <height>291</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Dialog</string> 0015 </property> 0016 <property name="windowIcon"> 0017 <iconset theme="kommit"/> 0018 </property> 0019 <layout class="QVBoxLayout" name="verticalLayout"> 0020 <item> 0021 <widget class="QLabel" name="labelCredentialsUrl"> 0022 <property name="text"> 0023 <string>Credentials:</string> 0024 </property> 0025 <property name="wordWrap"> 0026 <bool>true</bool> 0027 </property> 0028 </widget> 0029 </item> 0030 <item> 0031 <layout class="QFormLayout" name="formLayout"> 0032 <item row="0" column="0"> 0033 <widget class="QLabel" name="label"> 0034 <property name="text"> 0035 <string>Username:</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="0" column="1"> 0040 <widget class="QLineEdit" name="lineEditUsername"/> 0041 </item> 0042 <item row="1" column="0"> 0043 <widget class="QLabel" name="label_2"> 0044 <property name="text"> 0045 <string>Password:</string> 0046 </property> 0047 </widget> 0048 </item> 0049 <item row="1" column="1"> 0050 <widget class="QLineEdit" name="lineEditPassword"> 0051 <property name="echoMode"> 0052 <enum>QLineEdit::Password</enum> 0053 </property> 0054 </widget> 0055 </item> 0056 </layout> 0057 </item> 0058 <item> 0059 <spacer name="verticalSpacer_2"> 0060 <property name="orientation"> 0061 <enum>Qt::Vertical</enum> 0062 </property> 0063 <property name="sizeHint" stdset="0"> 0064 <size> 0065 <width>20</width> 0066 <height>40</height> 0067 </size> 0068 </property> 0069 </spacer> 0070 </item> 0071 <item> 0072 <widget class="QDialogButtonBox" name="buttonBox"> 0073 <property name="orientation"> 0074 <enum>Qt::Horizontal</enum> 0075 </property> 0076 <property name="standardButtons"> 0077 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0078 </property> 0079 </widget> 0080 </item> 0081 </layout> 0082 </widget> 0083 <resources/> 0084 <connections> 0085 <connection> 0086 <sender>buttonBox</sender> 0087 <signal>accepted()</signal> 0088 <receiver>CredentialDialog</receiver> 0089 <slot>accept()</slot> 0090 <hints> 0091 <hint type="sourcelabel"> 0092 <x>248</x> 0093 <y>254</y> 0094 </hint> 0095 <hint type="destinationlabel"> 0096 <x>157</x> 0097 <y>274</y> 0098 </hint> 0099 </hints> 0100 </connection> 0101 <connection> 0102 <sender>buttonBox</sender> 0103 <signal>rejected()</signal> 0104 <receiver>CredentialDialog</receiver> 0105 <slot>reject()</slot> 0106 <hints> 0107 <hint type="sourcelabel"> 0108 <x>316</x> 0109 <y>260</y> 0110 </hint> 0111 <hint type="destinationlabel"> 0112 <x>286</x> 0113 <y>274</y> 0114 </hint> 0115 </hints> 0116 </connection> 0117 </connections> 0118 </ui>