imgtest.ui
来自「透明的程序界面编程,非常有用的,我自己都看过很多遍了,程序已经编译通过」· UI 代码 · 共 42 行
UI
42 行
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>imgtestClass</class> <widget class="QWidget" name="imgtestClass" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>778</width> <height>524</height> </rect> </property> <property name="windowTitle" > <string>imgtest</string> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>640</width> <height>480</height> </rect> </property> <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="my.qrc" >:/new/prefix1/24561-1.png</pixmap> </property> </widget> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction></pixmapfunction> <resources> <include location="my.qrc" /> </resources> <connections/></ui>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?