~xlarsx/+junk/extractMissingFiles

« back to all changes in this revision

Viewing changes to src/uiExtractMissingFile.ui

  • Committer: LUIS.RANGEL
  • Date: 2009-04-13 20:40:03 UTC
  • Revision ID: luis.rangel@inegi.org.mx-20090413204003-rzpkixsg84f8h40t
+ Agregada gestion de password y direccion con la interfaz grafica

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   <rect>
6
6
    <x>0</x>
7
7
    <y>0</y>
8
 
    <width>378</width>
9
 
    <height>457</height>
 
8
    <width>502</width>
 
9
    <height>624</height>
10
10
   </rect>
11
11
  </property>
12
12
  <property name="windowTitle" >
13
13
   <string>Extract Missing Files</string>
14
14
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout_2" >
 
15
  <layout class="QVBoxLayout" name="verticalLayout_3" >
16
16
   <item>
17
17
    <widget class="QLabel" name="label" >
18
18
     <property name="text" >
101
101
    </layout>
102
102
   </item>
103
103
   <item>
 
104
    <layout class="QGridLayout" name="gridLayout" >
 
105
     <item row="0" column="0" >
 
106
      <widget class="QLabel" name="label_4" >
 
107
       <property name="text" >
 
108
        <string>Password</string>
 
109
       </property>
 
110
      </widget>
 
111
     </item>
 
112
     <item row="0" column="1" >
 
113
      <widget class="QLineEdit" name="tPassword" >
 
114
       <property name="inputMask" >
 
115
        <string/>
 
116
       </property>
 
117
       <property name="text" >
 
118
        <string/>
 
119
       </property>
 
120
       <property name="echoMode" >
 
121
        <enum>QLineEdit::Password</enum>
 
122
       </property>
 
123
      </widget>
 
124
     </item>
 
125
     <item row="1" column="1" >
 
126
      <layout class="QVBoxLayout" name="verticalLayout_2" >
 
127
       <item>
 
128
        <widget class="QRadioButton" name="rbInc" >
 
129
         <property name="text" >
 
130
          <string>Incremental</string>
 
131
         </property>
 
132
        </widget>
 
133
       </item>
 
134
       <item>
 
135
        <widget class="QRadioButton" name="rbDec" >
 
136
         <property name="text" >
 
137
          <string>Decremental</string>
 
138
         </property>
 
139
         <property name="checked" >
 
140
          <bool>true</bool>
 
141
         </property>
 
142
         <property name="autoRepeat" >
 
143
          <bool>false</bool>
 
144
         </property>
 
145
        </widget>
 
146
       </item>
 
147
      </layout>
 
148
     </item>
 
149
     <item row="1" column="0" >
 
150
      <widget class="QLabel" name="label_5" >
 
151
       <property name="text" >
 
152
        <string>Comportamiento</string>
 
153
       </property>
 
154
      </widget>
 
155
     </item>
 
156
    </layout>
 
157
   </item>
 
158
   <item>
104
159
    <layout class="QHBoxLayout" name="horizontalLayout_4" >
105
160
     <item>
106
161
      <widget class="QPushButton" name="bProcesar" >