starting cloud save

This commit is contained in:
Aurélie Delhaie
2022-01-09 21:21:18 +01:00
parent c49966b47c
commit ffebb3c7d7
26 changed files with 983 additions and 213 deletions

221
ui/configurationdialog.ui Normal file
View File

@@ -0,0 +1,221 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConfigurationDialog</class>
<widget class="QDialog" name="ConfigurationDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>269</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>269</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>269</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Sauvegarde Cloud</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>140</x>
<y>24</y>
<width>251</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLineEdit" name="cloud_url">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>164</x>
<y>86</y>
<width>221</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>13</x>
<y>87</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Serveur</string>
</property>
</widget>
<widget class="QCheckBox" name="cloud_enable">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>371</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Utiliser la sauvegarde en ligne</string>
</property>
</widget>
<widget class="QLineEdit" name="cloud_Email">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>164</x>
<y>118</y>
<width>221</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>13</x>
<y>119</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Email</string>
</property>
</widget>
<widget class="QLineEdit" name="cloud_password">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>164</x>
<y>150</y>
<width>221</width>
<height>21</height>
</rect>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>13</x>
<y>151</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Mot de passe</string>
</property>
</widget>
<widget class="QLineEdit" name="cloud_agent">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>164</x>
<y>183</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string>&lt;default&gt;</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>13</x>
<y>184</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Agent de sauvegarde</string>
</property>
</widget>
<widget class="QPushButton" name="cloud_agent_btn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>339</x>
<y>178</y>
<width>51</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QPushButton" name="close">
<property name="geometry">
<rect>
<x>280</x>
<y>230</y>
<width>113</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Fermer</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>