~slist/qmotion/2.3

« back to all changes in this revision

Viewing changes to ftpsetupdlg.ui

  • Committer: Stephane List
  • Date: 2010-12-12 14:54:49 UTC
  • Revision ID: slist@lilotux.net-20101212145449-t3p63qypyb1jsgyn
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>FTPSetupDlg</class>
 
3
 <widget class="QDialog" name="FTPSetupDlg" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>587</width>
 
9
    <height>260</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Directory setting</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset resource="qmotion.qrc" >
 
17
    <normaloff>:/ftp.png</normaloff>:/ftp.png</iconset>
 
18
  </property>
 
19
  <layout class="QVBoxLayout" name="verticalLayout" >
 
20
   <item>
 
21
    <widget class="QGroupBox" name="groupBox_trace" >
 
22
     <property name="title" >
 
23
      <string>Choose a server where images will be stored</string>
 
24
     </property>
 
25
     <layout class="QGridLayout" >
 
26
      <property name="margin" >
 
27
       <number>9</number>
 
28
      </property>
 
29
      <property name="spacing" >
 
30
       <number>6</number>
 
31
      </property>
 
32
      <item row="0" column="0" >
 
33
       <widget class="QLabel" name="label" >
 
34
        <property name="text" >
 
35
         <string>FTP server </string>
 
36
        </property>
 
37
       </widget>
 
38
      </item>
 
39
      <item row="2" column="0" >
 
40
       <widget class="QLabel" name="label_2" >
 
41
        <property name="text" >
 
42
         <string>login</string>
 
43
        </property>
 
44
       </widget>
 
45
      </item>
 
46
      <item row="3" column="0" >
 
47
       <widget class="QLabel" name="label_3" >
 
48
        <property name="text" >
 
49
         <string>password</string>
 
50
        </property>
 
51
       </widget>
 
52
      </item>
 
53
      <item row="2" column="1" >
 
54
       <widget class="QLineEdit" name="login" >
 
55
        <property name="toolTip" >
 
56
         <string>If field is blank, login will be anonymous</string>
 
57
        </property>
 
58
       </widget>
 
59
      </item>
 
60
      <item row="0" column="1" >
 
61
       <widget class="QLineEdit" name="server" >
 
62
        <property name="minimumSize" >
 
63
         <size>
 
64
          <width>433</width>
 
65
          <height>0</height>
 
66
         </size>
 
67
        </property>
 
68
        <property name="toolTip" >
 
69
         <string>IP adress (for example 192.168.1.1) or server name (ftp.example.org)</string>
 
70
        </property>
 
71
        <property name="text" >
 
72
         <string/>
 
73
        </property>
 
74
       </widget>
 
75
      </item>
 
76
      <item row="3" column="1" >
 
77
       <widget class="QLineEdit" name="password" />
 
78
      </item>
 
79
      <item row="4" column="0" >
 
80
       <widget class="QLabel" name="label_4" >
 
81
        <property name="text" >
 
82
         <string>directory</string>
 
83
        </property>
 
84
       </widget>
 
85
      </item>
 
86
      <item row="4" column="1" >
 
87
       <widget class="QLineEdit" name="directory" >
 
88
        <property name="toolTip" >
 
89
         <string>If you don't know, just leave "/" it gonna be ok !</string>
 
90
        </property>
 
91
        <property name="text" >
 
92
         <string>/</string>
 
93
        </property>
 
94
       </widget>
 
95
      </item>
 
96
      <item row="1" column="0" >
 
97
       <widget class="QLabel" name="label_5" >
 
98
        <property name="text" >
 
99
         <string>FTP server port</string>
 
100
        </property>
 
101
       </widget>
 
102
      </item>
 
103
      <item row="1" column="1" >
 
104
       <widget class="QSpinBox" name="serverport" >
 
105
        <property name="toolTip" >
 
106
         <string>FTP server port is 21 by default</string>
 
107
        </property>
 
108
        <property name="maximum" >
 
109
         <number>65535</number>
 
110
        </property>
 
111
        <property name="value" >
 
112
         <number>21</number>
 
113
        </property>
 
114
       </widget>
 
115
      </item>
 
116
     </layout>
 
117
    </widget>
 
118
   </item>
 
119
   <item>
 
120
    <widget class="QDialogButtonBox" name="buttonBox" >
 
121
     <property name="orientation" >
 
122
      <enum>Qt::Horizontal</enum>
 
123
     </property>
 
124
     <property name="standardButtons" >
 
125
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
126
     </property>
 
127
    </widget>
 
128
   </item>
 
129
  </layout>
 
130
 </widget>
 
131
 <tabstops>
 
132
  <tabstop>server</tabstop>
 
133
  <tabstop>login</tabstop>
 
134
  <tabstop>password</tabstop>
 
135
  <tabstop>directory</tabstop>
 
136
  <tabstop>buttonBox</tabstop>
 
137
 </tabstops>
 
138
 <resources>
 
139
  <include location="qmotion.qrc" />
 
140
 </resources>
 
141
 <connections>
 
142
  <connection>
 
143
   <sender>buttonBox</sender>
 
144
   <signal>accepted()</signal>
 
145
   <receiver>FTPSetupDlg</receiver>
 
146
   <slot>accept()</slot>
 
147
   <hints>
 
148
    <hint type="sourcelabel" >
 
149
     <x>248</x>
 
150
     <y>254</y>
 
151
    </hint>
 
152
    <hint type="destinationlabel" >
 
153
     <x>157</x>
 
154
     <y>274</y>
 
155
    </hint>
 
156
   </hints>
 
157
  </connection>
 
158
  <connection>
 
159
   <sender>buttonBox</sender>
 
160
   <signal>rejected()</signal>
 
161
   <receiver>FTPSetupDlg</receiver>
 
162
   <slot>reject()</slot>
 
163
   <hints>
 
164
    <hint type="sourcelabel" >
 
165
     <x>316</x>
 
166
     <y>260</y>
 
167
    </hint>
 
168
    <hint type="destinationlabel" >
 
169
     <x>286</x>
 
170
     <y>274</y>
 
171
    </hint>
 
172
   </hints>
 
173
  </connection>
 
174
 </connections>
 
175
</ui>