206 lines
		
	
	
		
			5.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			206 lines
		
	
	
		
			5.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>MountOperationPasswordDialog</class>
 | |
|  <widget class="QDialog" name="MountOperationPasswordDialog">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>244</width>
 | |
|     <height>302</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="sizePolicy">
 | |
|    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | |
|     <horstretch>0</horstretch>
 | |
|     <verstretch>0</verstretch>
 | |
|    </sizepolicy>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Mount</string>
 | |
|   </property>
 | |
|   <property name="windowIcon">
 | |
|    <iconset theme="dialog-password"/>
 | |
|   </property>
 | |
|   <property name="sizeGripEnabled">
 | |
|    <bool>false</bool>
 | |
|   </property>
 | |
|   <property name="modal">
 | |
|    <bool>false</bool>
 | |
|   </property>
 | |
|   <layout class="QVBoxLayout" name="verticalLayout">
 | |
|    <item>
 | |
|     <widget class="QLabel" name="message">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|      <property name="text">
 | |
|       <string/>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QRadioButton" name="Anonymous">
 | |
|      <property name="text">
 | |
|       <string>Connect &anonymously</string>
 | |
|      </property>
 | |
|      <attribute name="buttonGroup">
 | |
|       <string notr="true">usernameGroup</string>
 | |
|      </attribute>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QRadioButton" name="asUser">
 | |
|      <property name="text">
 | |
|       <string>Connect as u&ser:</string>
 | |
|      </property>
 | |
|      <attribute name="buttonGroup">
 | |
|       <string notr="true">usernameGroup</string>
 | |
|      </attribute>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <layout class="QGridLayout" name="gridLayout">
 | |
|      <item row="0" column="1">
 | |
|       <widget class="QLineEdit" name="username"/>
 | |
|      </item>
 | |
|      <item row="0" column="0">
 | |
|       <widget class="QLabel" name="label">
 | |
|        <property name="sizePolicy">
 | |
|         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|          <horstretch>0</horstretch>
 | |
|          <verstretch>0</verstretch>
 | |
|         </sizepolicy>
 | |
|        </property>
 | |
|        <property name="text">
 | |
|         <string>&Username:</string>
 | |
|        </property>
 | |
|        <property name="buddy">
 | |
|         <cstring>username</cstring>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item row="3" column="1">
 | |
|       <widget class="QLineEdit" name="password">
 | |
|        <property name="echoMode">
 | |
|         <enum>QLineEdit::Password</enum>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item row="3" column="0">
 | |
|       <widget class="QLabel" name="label_2">
 | |
|        <property name="sizePolicy">
 | |
|         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|          <horstretch>0</horstretch>
 | |
|          <verstretch>0</verstretch>
 | |
|         </sizepolicy>
 | |
|        </property>
 | |
|        <property name="text">
 | |
|         <string>&Password:</string>
 | |
|        </property>
 | |
|        <property name="buddy">
 | |
|         <cstring>password</cstring>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item row="2" column="0">
 | |
|       <widget class="QLabel" name="domainLabel">
 | |
|        <property name="text">
 | |
|         <string>&Domain:</string>
 | |
|        </property>
 | |
|        <property name="buddy">
 | |
|         <cstring>domain</cstring>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item row="2" column="1">
 | |
|       <widget class="QLineEdit" name="domain"/>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QRadioButton" name="forgetPassword">
 | |
|      <property name="text">
 | |
|       <string>Forget password &immediately</string>
 | |
|      </property>
 | |
|      <attribute name="buttonGroup">
 | |
|       <string notr="true">passwordGroup</string>
 | |
|      </attribute>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QRadioButton" name="sessionPassword">
 | |
|      <property name="text">
 | |
|       <string>Remember password until you &logout</string>
 | |
|      </property>
 | |
|      <attribute name="buttonGroup">
 | |
|       <string notr="true">passwordGroup</string>
 | |
|      </attribute>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QRadioButton" name="storePassword">
 | |
|      <property name="text">
 | |
|       <string>Remember &forever</string>
 | |
|      </property>
 | |
|      <attribute name="buttonGroup">
 | |
|       <string notr="true">passwordGroup</string>
 | |
|      </attribute>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QDialogButtonBox" name="buttonBox">
 | |
|      <property name="orientation">
 | |
|       <enum>Qt::Horizontal</enum>
 | |
|      </property>
 | |
|      <property name="standardButtons">
 | |
|       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>accepted()</signal>
 | |
|    <receiver>MountOperationPasswordDialog</receiver>
 | |
|    <slot>accept()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>248</x>
 | |
|      <y>254</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>157</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>rejected()</signal>
 | |
|    <receiver>MountOperationPasswordDialog</receiver>
 | |
|    <slot>reject()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>316</x>
 | |
|      <y>260</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>286</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|  </connections>
 | |
|  <buttongroups>
 | |
|   <buttongroup name="usernameGroup"/>
 | |
|   <buttongroup name="passwordGroup"/>
 | |
|  </buttongroups>
 | |
| </ui>
 |