addmaterialform.ui
来自「The purpose of this program is to enable」· UI 代码 · 共 377 行 · 第 1/4 页
UI
377 行
<string>Display Color</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout14</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout11</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>R</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>RlineEdit</cstring> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout12</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>G</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>GlineEdit</cstring> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout13</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>B</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>BlineEdit</cstring> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </hbox> </widget> </vbox> </widget> <widget class="QLayoutWidget" row="0" column="1">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?