newdictdlg.ui
来自「Qt开发的GRE背单词软件」· UI 代码 · 共 83 行
UI
83 行
<ui version="4.0" >
<class>NewDictDlgClass</class>
<widget class="QDialog" name="NewDictDlgClass" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>274</width>
<height>96</height>
</rect>
</property>
<property name="windowTitle" >
<string>新建词典</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>词典名称</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditDictName" >
<property name="focusPolicy" >
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" >
<widget class="QPushButton" name="buttonLoad" >
<property name="text" >
<string>导入文件</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QPushButton" name="buttonCancel" >
<property name="text" >
<string>取消</string>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<resources/>
<connections>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>NewDictDlgClass</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>160</x>
<y>62</y>
</hint>
<hint type="destinationlabel" >
<x>151</x>
<y>90</y>
</hint>
</hints>
</connection>
</connections>
</ui>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?