Warning, /pim/kdepim-runtime/resources/dav/resource/searchdialog.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>SearchDialog</class> 0004 <widget class="QWidget" name="SearchDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>557</width> 0010 <height>670</height> 0011 </rect> 0012 </property> 0013 <property name="locale"> 0014 <locale language="English" country="UnitedStates"/> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <property name="leftMargin"> 0018 <number>0</number> 0019 </property> 0020 <property name="topMargin"> 0021 <number>0</number> 0022 </property> 0023 <property name="rightMargin"> 0024 <number>0</number> 0025 </property> 0026 <property name="bottomMargin"> 0027 <number>0</number> 0028 </property> 0029 <item> 0030 <widget class="QRadioButton" name="useDefaultCreds"> 0031 <property name="text"> 0032 <string>Use global creden&tials</string> 0033 </property> 0034 <property name="checked"> 0035 <bool>true</bool> 0036 </property> 0037 </widget> 0038 </item> 0039 <item> 0040 <widget class="QRadioButton" name="useSpecificCreds"> 0041 <property name="text"> 0042 <string>Use specific credentials</string> 0043 </property> 0044 </widget> 0045 </item> 0046 <item> 0047 <widget class="QGroupBox" name="credentialsGroup"> 0048 <property name="title"> 0049 <string>Credentials</string> 0050 </property> 0051 <layout class="QFormLayout" name="formLayout_2"> 0052 <item row="0" column="0"> 0053 <widget class="QLabel" name="label_4"> 0054 <property name="toolTip"> 0055 <string comment="The user's login on the remote server"/> 0056 </property> 0057 <property name="locale"> 0058 <locale language="English" country="UnitedStates"/> 0059 </property> 0060 <property name="text"> 0061 <string>Username</string> 0062 </property> 0063 </widget> 0064 </item> 0065 <item row="0" column="1"> 0066 <widget class="QLineEdit" name="username"/> 0067 </item> 0068 <item row="1" column="0"> 0069 <widget class="QLabel" name="label_5"> 0070 <property name="toolTip"> 0071 <string comment="The user's login on the remote server"/> 0072 </property> 0073 <property name="locale"> 0074 <locale language="English" country="UnitedStates"/> 0075 </property> 0076 <property name="text"> 0077 <string>Password</string> 0078 </property> 0079 </widget> 0080 </item> 0081 <item row="1" column="1"> 0082 <widget class="QLineEdit" name="password"> 0083 <property name="echoMode"> 0084 <enum>QLineEdit::Password</enum> 0085 </property> 0086 </widget> 0087 </item> 0088 </layout> 0089 </widget> 0090 </item> 0091 <item> 0092 <layout class="QFormLayout" name="formLayout"> 0093 <item row="0" column="0"> 0094 <widget class="QLabel" name="label"> 0095 <property name="text"> 0096 <string>Search URL</string> 0097 </property> 0098 </widget> 0099 </item> 0100 <item row="0" column="1"> 0101 <widget class="QLineEdit" name="searchUrl"/> 0102 </item> 0103 <item row="1" column="0"> 0104 <widget class="QLabel" name="label_2"> 0105 <property name="text"> 0106 <string>Search for</string> 0107 </property> 0108 </widget> 0109 </item> 0110 <item row="1" column="1"> 0111 <layout class="QHBoxLayout" name="horizontalLayout"> 0112 <item> 0113 <widget class="QComboBox" name="searchType"> 0114 <item> 0115 <property name="text"> 0116 <string>a person named</string> 0117 </property> 0118 </item> 0119 <item> 0120 <property name="text"> 0121 <string>a contact with email</string> 0122 </property> 0123 </item> 0124 </widget> 0125 </item> 0126 <item> 0127 <widget class="QLineEdit" name="searchParam"/> 0128 </item> 0129 </layout> 0130 </item> 0131 </layout> 0132 </item> 0133 <item> 0134 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0135 <item> 0136 <spacer name="horizontalSpacer"> 0137 <property name="orientation"> 0138 <enum>Qt::Horizontal</enum> 0139 </property> 0140 <property name="sizeHint" stdset="0"> 0141 <size> 0142 <width>40</width> 0143 <height>20</height> 0144 </size> 0145 </property> 0146 </spacer> 0147 </item> 0148 <item> 0149 <widget class="QPushButton" name="searchButton"> 0150 <property name="text"> 0151 <string>Search</string> 0152 </property> 0153 </widget> 0154 </item> 0155 <item> 0156 <spacer name="horizontalSpacer_2"> 0157 <property name="orientation"> 0158 <enum>Qt::Horizontal</enum> 0159 </property> 0160 <property name="sizeHint" stdset="0"> 0161 <size> 0162 <width>40</width> 0163 <height>20</height> 0164 </size> 0165 </property> 0166 </spacer> 0167 </item> 0168 </layout> 0169 </item> 0170 <item> 0171 <widget class="QListView" name="searchResults"> 0172 <property name="editTriggers"> 0173 <set>QAbstractItemView::NoEditTriggers</set> 0174 </property> 0175 <property name="selectionMode"> 0176 <enum>QAbstractItemView::ExtendedSelection</enum> 0177 </property> 0178 <property name="iconSize"> 0179 <size> 0180 <width>24</width> 0181 <height>24</height> 0182 </size> 0183 </property> 0184 <property name="spacing"> 0185 <number>2</number> 0186 </property> 0187 </widget> 0188 </item> 0189 </layout> 0190 </widget> 0191 <resources/> 0192 <connections> 0193 <connection> 0194 <sender>searchParam</sender> 0195 <signal>returnPressed()</signal> 0196 <receiver>searchButton</receiver> 0197 <slot>animateClick()</slot> 0198 <hints> 0199 <hint type="sourcelabel"> 0200 <x>358</x> 0201 <y>212</y> 0202 </hint> 0203 <hint type="destinationlabel"> 0204 <x>107</x> 0205 <y>243</y> 0206 </hint> 0207 </hints> 0208 </connection> 0209 <connection> 0210 <sender>useSpecificCreds</sender> 0211 <signal>toggled(bool)</signal> 0212 <receiver>credentialsGroup</receiver> 0213 <slot>setVisible(bool)</slot> 0214 <hints> 0215 <hint type="sourcelabel"> 0216 <x>82</x> 0217 <y>43</y> 0218 </hint> 0219 <hint type="destinationlabel"> 0220 <x>100</x> 0221 <y>68</y> 0222 </hint> 0223 </hints> 0224 </connection> 0225 </connections> 0226 </ui>