📄 newimplementation.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>NewImplementation</class> <widget class="QDialog" name="NewImplementation" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>426</width> <height>187</height> </rect> </property> <property name="windowTitle" > <string>New Implementation</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Class Name :</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2" > <property name="text" > <string>File Name :</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_4" > <property name="text" > <string>Location :</string> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLineEdit" name="className" > <property name="readOnly" > <bool>false</bool> </property> </widget> </item> <item> <widget class="QLineEdit" name="filename" > <property name="readOnly" > <bool>false</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLineEdit" name="location" > <property name="readOnly" > <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="locationButton" > <property name="sizePolicy" > <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>...</string> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </item> <item row="1" column="0" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="2" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="okButton" > <property name="enabled" > <bool>false</bool> </property> <property name="text" > <string>&Ok</string> </property> <property name="checkable" > <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="cancelButton" > <property name="text" > <string>C&ancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>NewImplementation</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>188</x> <y>218</y> </hint> <hint type="destinationlabel" > <x>99</x> <y>227</y> </hint> </hints> </connection> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>NewImplementation</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>283</x> <y>223</y> </hint> <hint type="destinationlabel" > <x>305</x> <y>179</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -