Warning, /education/marble/src/lib/marble/MarbleCloudSyncSettingsWidget.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>MarbleCloudSyncSettingsWidget</class>
0004  <widget class="QWidget" name="MarbleCloudSyncSettingsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>392</width>
0010     <height>256</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QCheckBox" name="kcfg_enableSync">
0016      <property name="text">
0017       <string>Enable synchronization</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <layout class="QHBoxLayout" name="horizontalLayout_2">
0023      <property name="sizeConstraint">
0024       <enum>QLayout::SetDefaultConstraint</enum>
0025      </property>
0026      <item>
0027       <spacer name="horizontalSpacer">
0028        <property name="orientation">
0029         <enum>Qt::Horizontal</enum>
0030        </property>
0031        <property name="sizeType">
0032         <enum>QSizePolicy::Fixed</enum>
0033        </property>
0034        <property name="sizeHint" stdset="0">
0035         <size>
0036          <width>20</width>
0037          <height>10</height>
0038         </size>
0039        </property>
0040       </spacer>
0041      </item>
0042      <item>
0043       <widget class="QCheckBox" name="kcfg_syncRoutes">
0044        <property name="enabled">
0045         <bool>false</bool>
0046        </property>
0047        <property name="whatsThis">
0048         <string>Allows you to store routes in owncloud. Each route must be uploaded/downloaded manually.</string>
0049        </property>
0050        <property name="text">
0051         <string>Enable route synchronization</string>
0052        </property>
0053        <property name="checked">
0054         <bool>true</bool>
0055        </property>
0056       </widget>
0057      </item>
0058     </layout>
0059    </item>
0060    <item>
0061     <layout class="QHBoxLayout" name="horizontalLayout">
0062      <item>
0063       <spacer name="horizontalSpacer_2">
0064        <property name="orientation">
0065         <enum>Qt::Horizontal</enum>
0066        </property>
0067        <property name="sizeType">
0068         <enum>QSizePolicy::Fixed</enum>
0069        </property>
0070        <property name="sizeHint" stdset="0">
0071         <size>
0072          <width>20</width>
0073          <height>10</height>
0074         </size>
0075        </property>
0076       </spacer>
0077      </item>
0078      <item>
0079       <widget class="QCheckBox" name="kcfg_syncBookmarks">
0080        <property name="enabled">
0081         <bool>false</bool>
0082        </property>
0083        <property name="whatsThis">
0084         <string>Automatically sync all bookmarks to the server.</string>
0085        </property>
0086        <property name="text">
0087         <string>Enable bookmark synchronization</string>
0088        </property>
0089        <property name="checked">
0090         <bool>true</bool>
0091        </property>
0092       </widget>
0093      </item>
0094      <item>
0095       <spacer name="horizontalSpacer_3">
0096        <property name="orientation">
0097         <enum>Qt::Horizontal</enum>
0098        </property>
0099        <property name="sizeHint" stdset="0">
0100         <size>
0101          <width>40</width>
0102          <height>20</height>
0103         </size>
0104        </property>
0105       </spacer>
0106      </item>
0107      <item>
0108       <widget class="QPushButton" name="button_syncNow">
0109        <property name="enabled">
0110         <bool>false</bool>
0111        </property>
0112        <property name="sizePolicy">
0113         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0114          <horstretch>0</horstretch>
0115          <verstretch>0</verstretch>
0116         </sizepolicy>
0117        </property>
0118        <property name="text">
0119         <string>Sync now</string>
0120        </property>
0121       </widget>
0122      </item>
0123     </layout>
0124    </item>
0125    <item>
0126     <widget class="QLabel" name="labelLastSync">
0127      <property name="text">
0128       <string/>
0129      </property>
0130      <property name="alignment">
0131       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0132      </property>
0133     </widget>
0134    </item>
0135    <item>
0136     <widget class="QGroupBox" name="groupBox">
0137      <property name="enabled">
0138       <bool>false</bool>
0139      </property>
0140      <property name="sizePolicy">
0141       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0142        <horstretch>0</horstretch>
0143        <verstretch>0</verstretch>
0144       </sizepolicy>
0145      </property>
0146      <property name="title">
0147       <string>Credentials</string>
0148      </property>
0149      <layout class="QFormLayout" name="formLayout">
0150       <item row="0" column="0">
0151        <widget class="QLabel" name="labelServer">
0152         <property name="text">
0153          <string>Server:</string>
0154         </property>
0155        </widget>
0156       </item>
0157       <item row="0" column="1">
0158        <widget class="QLineEdit" name="kcfg_owncloudServer">
0159         <property name="whatsThis">
0160          <string>Remote server URL, e.g. myserver.com/owncloud</string>
0161         </property>
0162        </widget>
0163       </item>
0164       <item row="1" column="0">
0165        <widget class="QLabel" name="labelUsername">
0166         <property name="text">
0167          <string>Username:</string>
0168         </property>
0169        </widget>
0170       </item>
0171       <item row="1" column="1">
0172        <widget class="QLineEdit" name="kcfg_owncloudUsername">
0173         <property name="whatsThis">
0174          <string/>
0175         </property>
0176        </widget>
0177       </item>
0178       <item row="2" column="0">
0179        <widget class="QLabel" name="labelPassword">
0180         <property name="text">
0181          <string>Password:</string>
0182         </property>
0183        </widget>
0184       </item>
0185       <item row="2" column="1">
0186        <widget class="QLineEdit" name="kcfg_owncloudPassword">
0187         <property name="echoMode">
0188          <enum>QLineEdit::Password</enum>
0189         </property>
0190        </widget>
0191       </item>
0192       <item row="3" column="1">
0193        <layout class="QHBoxLayout" name="horizontalLayout_3">
0194         <item>
0195          <widget class="QPushButton" name="testLoginButton">
0196           <property name="text">
0197            <string>Test Login</string>
0198           </property>
0199          </widget>
0200         </item>
0201         <item>
0202          <widget class="QLabel" name="cloudSyncStatus">
0203           <property name="text">
0204            <string/>
0205           </property>
0206          </widget>
0207         </item>
0208        </layout>
0209       </item>
0210      </layout>
0211     </widget>
0212    </item>
0213   </layout>
0214  </widget>
0215  <resources/>
0216  <connections>
0217   <connection>
0218    <sender>kcfg_enableSync</sender>
0219    <signal>toggled(bool)</signal>
0220    <receiver>groupBox</receiver>
0221    <slot>setEnabled(bool)</slot>
0222    <hints>
0223     <hint type="sourcelabel">
0224      <x>199</x>
0225      <y>14</y>
0226     </hint>
0227     <hint type="destinationlabel">
0228      <x>165</x>
0229      <y>189</y>
0230     </hint>
0231    </hints>
0232   </connection>
0233   <connection>
0234    <sender>kcfg_enableSync</sender>
0235    <signal>toggled(bool)</signal>
0236    <receiver>kcfg_syncRoutes</receiver>
0237    <slot>setEnabled(bool)</slot>
0238    <hints>
0239     <hint type="sourcelabel">
0240      <x>165</x>
0241      <y>14</y>
0242     </hint>
0243     <hint type="destinationlabel">
0244      <x>177</x>
0245      <y>40</y>
0246     </hint>
0247    </hints>
0248   </connection>
0249   <connection>
0250    <sender>kcfg_enableSync</sender>
0251    <signal>toggled(bool)</signal>
0252    <receiver>kcfg_syncBookmarks</receiver>
0253    <slot>setEnabled(bool)</slot>
0254    <hints>
0255     <hint type="sourcelabel">
0256      <x>165</x>
0257      <y>14</y>
0258     </hint>
0259     <hint type="destinationlabel">
0260      <x>177</x>
0261      <y>67</y>
0262     </hint>
0263    </hints>
0264   </connection>
0265   <connection>
0266    <sender>kcfg_syncBookmarks</sender>
0267    <signal>toggled(bool)</signal>
0268    <receiver>button_syncNow</receiver>
0269    <slot>setEnabled(bool)</slot>
0270    <hints>
0271     <hint type="sourcelabel">
0272      <x>178</x>
0273      <y>76</y>
0274     </hint>
0275     <hint type="destinationlabel">
0276      <x>280</x>
0277      <y>278</y>
0278     </hint>
0279    </hints>
0280   </connection>
0281   <connection>
0282    <sender>kcfg_enableSync</sender>
0283    <signal>toggled(bool)</signal>
0284    <receiver>kcfg_syncRoutes</receiver>
0285    <slot>setChecked(bool)</slot>
0286    <hints>
0287     <hint type="sourcelabel">
0288      <x>165</x>
0289      <y>19</y>
0290     </hint>
0291     <hint type="destinationlabel">
0292      <x>178</x>
0293      <y>47</y>
0294     </hint>
0295    </hints>
0296   </connection>
0297   <connection>
0298    <sender>kcfg_enableSync</sender>
0299    <signal>toggled(bool)</signal>
0300    <receiver>kcfg_syncBookmarks</receiver>
0301    <slot>setChecked(bool)</slot>
0302    <hints>
0303     <hint type="sourcelabel">
0304      <x>165</x>
0305      <y>19</y>
0306     </hint>
0307     <hint type="destinationlabel">
0308      <x>178</x>
0309      <y>76</y>
0310     </hint>
0311    </hints>
0312   </connection>
0313  </connections>
0314 </ui>