pyqt5的mdimainwindow
1、ui編譯
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'MainWindow.ui'
#
# Created by: PyQt5 UI code generator 5.10.1
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
MainWindow.resize(678, 454)
# MainWindow.setStyleSheet("{ background-image:url(F:\\wk\\hangye\\db2txt\\dbprocess.jpd)}")
self.centralWidget = QtWidgets.QWidget(MainWindow)
self.centralWidget.setObjectName("centralWidget")
self.mdiArea = QtWidgets.QMdiArea(self.centralWidget)
self.mdiArea.setGeometry(QtCore.QRect(45, 30, 581, 341))
# self.mdiArea.setGeometry(QtCore.QRect(45, 30, 581, 241))
self.mdiArea.setObjectName("mdiArea")
# self.mdiArea.setVisible(False)
MainWindow.setCentralWidg
相關文章
- pyqt5的QWebEngineView 使用模板1QTWebView
- pyqt5的QWebEngineView使用模板3QTWebView
- pyqt5寫的摩斯密碼QT密碼
- 【Python進階-PyQt5】00搭建PyQt5環境PythonQT
- PyQt5 概覽QT
- PyQT5繪圖QT繪圖
- PyQT5之QTreeViewQTView
- Python PyQT5的入門使用PythonQT
- 【PyQt5】PyQt5 多執行緒 QThread 實現(轉載)QT執行緒thread
- [PyQt5] PyQt5 多執行緒 QThread 實現(轉載)QT執行緒thread
- PyQt5 之子選單QT
- PyQt5 初體驗QT
- PyQt5 之工具欄QT
- PyQt5 之主視窗QT
- PyQT5之視窗QT
- PyQT5之QListWidgetQT
- pyqt5顯示照片QT
- 使用pyqt5記錄QT
- pyqt5之簡單視窗的建立QT
- PyQt5刪除QListWidget中的itemQT
- PyQt5中的選單和工具欄QT
- PyQT5訊號與槽的連線QT
- pyqt5使用中的一些坑QT
- Python PyQt5簡介PythonQT
- PyQt5 之提示框QT
- PyQt5 之訊息盒子QT
- PyQt5 之視窗居中QT
- PyQt5 之狀態列QT
- PyQt5 之選單欄QT
- PyQt5 之右鍵選單QT
- PyQT5之多個訊號QT
- PyQT5之QTimerQT
- PyQt5 GUI程式設計QTGUI程式設計
- PyQt5自定義訊號QT
- PyQT5之QComboBoxQT
- pyqt5中訊號與槽的認識QT
- PyQt5 實現可空值的 QDateTimeEditQT
- 基於PYQT5的截圖翻譯工具QT