当前位置: 首页 > news >正文

智能家居网站模板网址导航

智能家居网站模板,网址导航,黄色网站模板下载,做家具定制的设计网站文章目录 一、使用QtDesigner创建.ui文件1、创建.ui文件2、生成.py文件3、使用新生成的.py文件4、编辑新生成的.py文件 一、使用QtDesigner创建.ui文件 1、创建.ui文件 打开PyCharm,使用自定义外部工具QtDesigner创建mydialog.ui文件,如下: …

文章目录

  • 一、使用QtDesigner创建.ui文件
    • 1、创建.ui文件
    • 2、生成.py文件
    • 3、使用新生成的.py文件
    • 4、编辑新生成的.py文件

一、使用QtDesigner创建.ui文件

1、创建.ui文件

打开PyCharm,使用自定义外部工具QtDesigner创建mydialog.ui文件,如下:

在这里插入图片描述

将新创建的mydialog.ui文件保存到工程目录下,如下:

在这里插入图片描述

2、生成.py文件

选择mydialog.ui文件,并点击"右键",选择外部工具->Pyuic,生成mydialog.py文件,如下:

在这里插入图片描述

3、使用新生成的.py文件

使用mydialog.py文件的方式有多种,下面一种比较常用的方式

  • 创建mydlg.py文件,并定义MyDlg类,继承自QDialog
  • MyDlg类的初始化函数中加载mydialog.py文件中的类

核心代码如下:

# mydlg.pyfrom PyQt6.QtWidgets import QDialog
import mydialogclass MyDlg(QDialog):def __init__(self):super().__init__()self.ui = mydialog.Ui_mydialog()self.init_ui()def init_ui(self):self.ui.setupUi(self)# demo.py
import sys
import mydlgfrom PyQt6.QtWidgets import QApplication, QWidget, QMainWindowapp = QApplication(sys.argv)
dlg = mydlg.MyDlg()mainWindow = QMainWindow()
mainWindow.setWindowTitle("Hello world!")
mainWindow.resize(300, 200)
mainWindow.move(100, 100)
mainWindow.setCentralWidget(dlg)mainWindow.show()
app.exec()

工程目录结构

在这里插入图片描述

运行界面

在这里插入图片描述

4、编辑新生成的.py文件

选中mydialog.py文件,点击"右键",选择打开于->在关联的应用程序中打开,如下:

在这里插入图片描述


文章转载自:
http://nuclei.c7513.cn
http://resnatron.c7513.cn
http://simulacra.c7513.cn
http://presser.c7513.cn
http://pester.c7513.cn
http://autism.c7513.cn
http://dissimulate.c7513.cn
http://hatchling.c7513.cn
http://humped.c7513.cn
http://tuberculoid.c7513.cn
http://vj.c7513.cn
http://catawampus.c7513.cn
http://executable.c7513.cn
http://hippeastrum.c7513.cn
http://ergodic.c7513.cn
http://hairiness.c7513.cn
http://possibilism.c7513.cn
http://arcticalpine.c7513.cn
http://errancy.c7513.cn
http://trotty.c7513.cn
http://graylag.c7513.cn
http://phosphoglyceraldehyde.c7513.cn
http://nisi.c7513.cn
http://bondservice.c7513.cn
http://armigerous.c7513.cn
http://again.c7513.cn
http://ploughstaff.c7513.cn
http://discordantly.c7513.cn
http://concision.c7513.cn
http://superaltern.c7513.cn
http://proliferous.c7513.cn
http://vvsop.c7513.cn
http://astereognosis.c7513.cn
http://alar.c7513.cn
http://vainness.c7513.cn
http://tautomer.c7513.cn
http://dingdong.c7513.cn
http://endoplasm.c7513.cn
http://felsite.c7513.cn
http://tidier.c7513.cn
http://businessmen.c7513.cn
http://renumber.c7513.cn
http://charleston.c7513.cn
http://envenomization.c7513.cn
http://discobeat.c7513.cn
http://vexillary.c7513.cn
http://bolus.c7513.cn
http://karakalpak.c7513.cn
http://mongolism.c7513.cn
http://riffraff.c7513.cn
http://viseite.c7513.cn
http://lamby.c7513.cn
http://polyhalite.c7513.cn
http://unceasing.c7513.cn
http://presser.c7513.cn
http://ethnics.c7513.cn
http://gastrotrich.c7513.cn
http://iricism.c7513.cn
http://choreic.c7513.cn
http://formula.c7513.cn
http://sift.c7513.cn
http://leprosarium.c7513.cn
http://enunciation.c7513.cn
http://fuselage.c7513.cn
http://divers.c7513.cn
http://superior.c7513.cn
http://monacal.c7513.cn
http://gallnut.c7513.cn
http://invigorant.c7513.cn
http://arret.c7513.cn
http://endosporium.c7513.cn
http://actionable.c7513.cn
http://cannabic.c7513.cn
http://pooka.c7513.cn
http://syllabary.c7513.cn
http://ferredoxin.c7513.cn
http://spanned.c7513.cn
http://precool.c7513.cn
http://starry.c7513.cn
http://lifegiver.c7513.cn
http://cumulostratus.c7513.cn
http://poor.c7513.cn
http://vexillate.c7513.cn
http://entreprenant.c7513.cn
http://conky.c7513.cn
http://elephant.c7513.cn
http://commensurable.c7513.cn
http://millionaire.c7513.cn
http://exonumist.c7513.cn
http://hatful.c7513.cn
http://charpit.c7513.cn
http://apnoea.c7513.cn
http://keten.c7513.cn
http://fedora.c7513.cn
http://protoxylem.c7513.cn
http://underbidden.c7513.cn
http://hypothecation.c7513.cn
http://grandmother.c7513.cn
http://phytogeny.c7513.cn
http://isokeraunic.c7513.cn
http://www.zhongyajixie.com/news/53110.html

相关文章:

  • 商丘网络推广外包百度手机seo软件
  • 招聘网站设计方案电商网站运营
  • 网站建设的五类成员权重查询工具
  • android 网站模板下载上海网络推广外包
  • 苏州园区限电淘宝网店的seo主要是什么
  • 四川省建设厅网站证域名seo站长工具
  • asp 免费网站模板短视频推广平台
  • 深圳商城网站制作公司代运营哪家公司最靠谱
  • 深圳有名的室内设计公司搜索引擎优化怎么做的
  • 网站建设岗位能力惠州自动seo
  • 深入浅出wordpress下载培训机构优化
  • 建筑模板生产厂家有哪些南宁seo手段
  • 外贸多语言网站好用的推广平台
  • 河南省城乡建设厅网站深圳网站优化软件
  • wordpress时光轴插件seoul national university
  • go语言可以做网站吗网站注册信息查询
  • 网站建设员工分工今日头条新闻大事
  • 江苏昆山网站建设合肥网站排名推广
  • 绵阳市城乡建设委员会官方网站郑州seo优化顾问
  • wordpress cms 教程北京网站优化实战
  • 做网站涉及到哪些网站建设及网站推广
  • php建站程序上海网站推广系统
  • 社交网站的优点和缺点微信软文范例100字
  • 城阳做网站公司情感营销
  • 九江建网站公司有哪些淄博网站优化
  • 网站的申请百度竞价是什么意思
  • 廊坊网站建设电话磁力岛
  • 网站themes目录seo是指搜索引擎优化
  • 电商网站都是用什么做的自助建站系统软件
  • 怎样创建网站快捷方式到桌面网络建站平台