Warning, /pim/kdepim-runtime/resources/dav/resource/urlconfigurationdialog.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>UrlConfigurationDialog</class> 0004 <widget class="QWidget" name="UrlConfigurationDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>800</width> 0010 <height>698</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <layout class="QFormLayout" name="verticalLayout_2"> 0020 <property name="leftMargin"> 0021 <number>0</number> 0022 </property> 0023 <property name="topMargin"> 0024 <number>0</number> 0025 </property> 0026 <property name="rightMargin"> 0027 <number>0</number> 0028 </property> 0029 <property name="bottomMargin"> 0030 <number>0</number> 0031 </property> 0032 <item row="0" column="0"> 0033 <widget class="QLabel" name="remoteProtocol"> 0034 <property name="text"> 0035 <string>Access protocol:</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="0" column="1"> 0040 <widget class="QRadioButton" name="caldav"> 0041 <property name="text"> 0042 <string>CalDA&V</string> 0043 </property> 0044 <property name="checked"> 0045 <bool>true</bool> 0046 </property> 0047 </widget> 0048 </item> 0049 <item row="1" column="1"> 0050 <widget class="QRadioButton" name="carddav"> 0051 <property name="text"> 0052 <string>CardDAV</string> 0053 </property> 0054 </widget> 0055 </item> 0056 <item row="2" column="1"> 0057 <widget class="QRadioButton" name="groupdav"> 0058 <property name="text"> 0059 <string>GroupDAV</string> 0060 </property> 0061 </widget> 0062 </item> 0063 <item row="3" column="0"> 0064 <widget class="QLabel" name="label"> 0065 <property name="text"> 0066 <string>Remote URL:</string> 0067 </property> 0068 </widget> 0069 </item> 0070 <item row="3" column="1"> 0071 <widget class="QLineEdit" name="remoteUrl"/> 0072 </item> 0073 <item row="4" column="0"> 0074 <widget class="QLabel" name="label1"> 0075 <property name="text"> 0076 <string>Access:</string> 0077 </property> 0078 </widget> 0079 </item> 0080 <item row="4" column="1"> 0081 <layout class="QVBoxLayout"> 0082 <item> 0083 <widget class="QRadioButton" name="useDefaultCreds"> 0084 <property name="text"> 0085 <string>Use global creden&tials</string> 0086 </property> 0087 <property name="checked"> 0088 <bool>true</bool> 0089 </property> 0090 </widget> 0091 </item> 0092 <item> 0093 <widget class="QRadioButton" name="useSpecificCreds"> 0094 <property name="text"> 0095 <string>Use specific credentials</string> 0096 </property> 0097 </widget> 0098 </item> 0099 <item> 0100 <widget class="QGroupBox" name="credentialsGroup"> 0101 <property name="flat"> 0102 <bool>true</bool> 0103 </property> 0104 <layout class="QFormLayout" name="formLayout"> 0105 <item row="0" column="0"> 0106 <widget class="QLabel" name="label_4"> 0107 <property name="toolTip"> 0108 <string comment="The user's login on the remote server"/> 0109 </property> 0110 <property name="text"> 0111 <string>Username:</string> 0112 </property> 0113 <property name="buddy"> 0114 <cstring>username</cstring> 0115 </property> 0116 </widget> 0117 </item> 0118 <item row="0" column="1"> 0119 <widget class="QLineEdit" name="username"/> 0120 </item> 0121 <item row="1" column="0"> 0122 <widget class="QLabel" name="label_5"> 0123 <property name="toolTip"> 0124 <string comment="The user's login on the remote server"/> 0125 </property> 0126 <property name="text"> 0127 <string>Password:</string> 0128 </property> 0129 <property name="buddy"> 0130 <cstring>password</cstring> 0131 </property> 0132 </widget> 0133 </item> 0134 <item row="1" column="1"> 0135 <widget class="KPasswordLineEdit" name="password"> 0136 </widget> 0137 </item> 0138 </layout> 0139 </widget> 0140 </item> 0141 </layout> 0142 </item> 0143 <item row="5" column="0" colspan="2"> 0144 <widget class="QLabel" name="collectionsLabel"> 0145 <property name="text"> 0146 <string>Discovered collections:</string> 0147 </property> 0148 </widget> 0149 </item> 0150 <item row="6" column="0" colspan="2"> 0151 <widget class="QTreeView" name="discoveredUrls"/> 0152 </item> 0153 <item row="7" column="1"> 0154 <layout class="QHBoxLayout"> 0155 <item> 0156 <spacer name="verticalSpacer"> 0157 <property name="orientation"> 0158 <enum>Qt::Horizontal</enum> 0159 </property> 0160 <property name="sizeType"> 0161 <enum>QSizePolicy::Expanding</enum> 0162 </property> 0163 <property name="sizeHint" stdset="0"> 0164 <size> 0165 <width>20</width> 0166 <height>40</height> 0167 </size> 0168 </property> 0169 </spacer> 0170 </item> 0171 <item> 0172 <widget class="QPushButton" name="fetchButton"> 0173 <property name="text"> 0174 <string>Fetch</string> 0175 </property> 0176 </widget> 0177 </item> 0178 </layout> 0179 </item> 0180 </layout> 0181 </widget> 0182 <customwidgets> 0183 <customwidget> 0184 <class>KPasswordLineEdit</class> 0185 <extends>QWidget</extends> 0186 <header>kpasswordlineedit.h</header> 0187 </customwidget> 0188 </customwidgets> 0189 <resources/> 0190 <connections> 0191 <connection> 0192 <sender>useSpecificCreds</sender> 0193 <signal>toggled(bool)</signal> 0194 <receiver>credentialsGroup</receiver> 0195 <slot>setVisible(bool)</slot> 0196 <hints> 0197 <hint type="sourcelabel"> 0198 <x>22</x> 0199 <y>206</y> 0200 </hint> 0201 <hint type="destinationlabel"> 0202 <x>59</x> 0203 <y>241</y> 0204 </hint> 0205 </hints> 0206 </connection> 0207 </connections> 0208 </ui>