📄 sinemodeconfigform.ui
字号:
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>sineModeConfigForm</class><widget class="QDialog"> <property name="name"> <cstring>sineModeConfigForm</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>309</width> <height>175</height> </rect> </property> <property name="caption"> <string>Sine Mode Config</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout70</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout29</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout28</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Delay</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>Frequency</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2_2</cstring> </property> <property name="text"> <string>Amplitude</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout27</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>delayLineEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>freqLineEdit</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>ampLineEdit</cstring> </property> </widget> </vbox> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer14</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>31</height> </size> </property> </spacer> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout30</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton"> <property name="name"> <cstring>sineModeCfgOK</cstring> </property> <property name="text"> <string>OK</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer6</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>71</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>sineModeCfgCancel</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox> </widget> </grid></widget><connections> <connection> <sender>sineModeCfgOK</sender> <signal>clicked()</signal> <receiver>sineModeConfigForm</receiver> <slot>sineModeCfgOKSlot()</slot> </connection> <connection> <sender>sineModeCfgCancel</sender> <signal>clicked()</signal> <receiver>sineModeConfigForm</receiver> <slot>sineModeCfgCancelSlot()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">sinemodeconfigform.ui.h</include></includes><signals> <signal>NewModeParams(float,float,float)</signal> <signal>Cancel()</signal></signals><slots> <slot>sineModeCfgOKSlot()</slot> <slot>sineModeCfgCancelSlot()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -