autocompletionlayout.ui
来自「This a source insight software in Linux.」· UI 代码 · 共 218 行
UI
218 行
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>AutoCompletionLayout</class><widget class="QDialog"> <property name="name"> <cstring>AutoCompletionLayout</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>287</width> <height>183</height> </rect> </property> <property name="caption"> <string>Auto-Completion Properties</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout20</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Minimum Characters</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer15</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>71</width> <height>21</height> </size> </property> </spacer> <widget class="QSpinBox"> <property name="name"> <cstring>m_pMinCharsSpin</cstring> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout21</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Delay (ms)</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer16</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>101</width> <height>21</height> </size> </property> </spacer> <widget class="QSpinBox"> <property name="name"> <cstring>m_pDelaySpin</cstring> </property> <property name="maxValue"> <number>10000</number> </property> <property name="lineStep"> <number>100</number> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout22</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Maximum Entries</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer17</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>81</width> <height>21</height> </size> </property> </spacer> <widget class="QSpinBox"> <property name="name"> <cstring>m_pMaxEntriesSpin</cstring> </property> <property name="maxValue"> <number>1000</number> </property> <property name="minValue"> <number>1</number> </property> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer19</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>layout23</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer18</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>111</width> <height>21</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>m_pOKButton</cstring> </property> <property name="text"> <string>OK</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>m_pCancelButton</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox></widget><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?