|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
# Form implementation generated from reading ui file 'main.ui'
|
|
|
#
|
|
|
-# Created by: PyQt5 UI code generator 5.15.4
|
|
|
+# Created by: PyQt5 UI code generator 5.15.2
|
|
|
#
|
|
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
|
|
# run again. Do not edit this file unless you know what you are doing.
|
|
|
@@ -80,10 +80,17 @@ class Ui_mainWindow(object):
|
|
|
self.horizontalLayout_6 = QtWidgets.QHBoxLayout()
|
|
|
self.horizontalLayout_6.setContentsMargins(10, 10, 10, 10)
|
|
|
self.horizontalLayout_6.setObjectName("horizontalLayout_6")
|
|
|
+ self.verticalLayout_8 = QtWidgets.QVBoxLayout()
|
|
|
+ self.verticalLayout_8.setContentsMargins(-1, -1, -1, 0)
|
|
|
+ self.verticalLayout_8.setObjectName("verticalLayout_8")
|
|
|
self.explorerTree = QtWidgets.QTreeWidget(self.page_3)
|
|
|
self.explorerTree.setObjectName("explorerTree")
|
|
|
self.explorerTree.headerItem().setText(0, "1")
|
|
|
- self.horizontalLayout_6.addWidget(self.explorerTree)
|
|
|
+ self.verticalLayout_8.addWidget(self.explorerTree)
|
|
|
+ self.btnExplorerRefresh = QtWidgets.QPushButton(self.page_3)
|
|
|
+ self.btnExplorerRefresh.setObjectName("btnExplorerRefresh")
|
|
|
+ self.verticalLayout_8.addWidget(self.btnExplorerRefresh)
|
|
|
+ self.horizontalLayout_6.addLayout(self.verticalLayout_8)
|
|
|
self.verticalLayout_5 = QtWidgets.QVBoxLayout()
|
|
|
self.verticalLayout_5.setContentsMargins(10, 10, 10, 10)
|
|
|
self.verticalLayout_5.setObjectName("verticalLayout_5")
|
|
|
@@ -98,7 +105,6 @@ class Ui_mainWindow(object):
|
|
|
self.verticalLayout_5.setStretch(0, 1)
|
|
|
self.verticalLayout_5.setStretch(1, 1)
|
|
|
self.horizontalLayout_6.addLayout(self.verticalLayout_5)
|
|
|
- self.horizontalLayout_6.setStretch(0, 1)
|
|
|
self.horizontalLayout_6.setStretch(1, 1)
|
|
|
self.horizontalLayout_4.addLayout(self.horizontalLayout_6)
|
|
|
self.stack.addWidget(self.page_3)
|
|
|
@@ -195,6 +201,7 @@ class Ui_mainWindow(object):
|
|
|
mainWindow.setWindowTitle(_translate("mainWindow", "Mew~"))
|
|
|
self.label_2.setText(_translate("mainWindow", "Page 1"))
|
|
|
self.label_3.setText(_translate("mainWindow", "Page 2"))
|
|
|
+ self.btnExplorerRefresh.setText(_translate("mainWindow", "Rafraichir"))
|
|
|
self.label.setText(_translate("mainWindow", "Page 4"))
|
|
|
self.label_5.setText(_translate("mainWindow", "Mes dossiers de musique"))
|
|
|
item = self.musicFoldersTable.horizontalHeaderItem(0)
|