@@ -196,14 +196,14 | |||
|
196 | 196 | @pyqtSignature("") No newline at end of file |
|
197 | 197 | def on_btnGbkp_clicked(self): No newline at end of file |
|
198 | 198 | """ |
|
199 | No newline at end of file | |
|
199 | Slot documentation goes here. | |
|
No newline at end of file | ||
|
200 | No newline at end of file | |
|
200 | """ No newline at end of file | |
|
No newline at end of file | ||
|
201 | ||
|
No newline at end of file | ||
|
202 | #CREA LAS CARPETAS "COMENTADO TEMPORALMENTE" No newline at end of file | |
|
201 | 203 | var_dirs='/{gpath,iso,ppath}' No newline at end of file |
|
202 | 204 | var_Rpath=self.txtRpath.text() No newline at end of file |
|
203 | 205 | var_cmd="mkdir "+str(var_Rpath)+str(var_dirs) No newline at end of file |
|
204 | 206 | self.txtInfo.append(var_cmd) |
|
No newline at end of file | ||
|
205 | ||
|
No newline at end of file | ||
|
206 | #CREA LAS CARPETAS "COMENTADO TEMPORALMENTE" No newline at end of file | |
|
207 | 207 | #var_output=commands.getstatusoutput(var_cmd)[0] No newline at end of file |
|
208 | 208 | #if var_output != 0: No newline at end of file |
|
209 | 209 | # self.txtInfo.setText("No se pudieron crear los directorios, output_error:" + str(var_output)) No newline at end of file |
@@ -17,6 +17,9 | |||
|
17 | 17 | <layout class="QVBoxLayout" name="verticalLayout_3"> No newline at end of file |
|
18 | 18 | <item> No newline at end of file |
|
19 | 19 | <widget class="QTabWidget" name="tabWidget"> No newline at end of file |
|
20 | <property name="enabled"> | |
|
No newline at end of file | ||
|
21 | <bool>true</bool> | |
|
No newline at end of file | ||
|
22 | </property> No newline at end of file | |
|
20 | 23 | <property name="sizePolicy"> No newline at end of file |
|
21 | 24 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> No newline at end of file |
|
22 | 25 | <horstretch>0</horstretch> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now