📄 gotoline.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>GotoLine</class> <widget class="QDialog" name="GotoLine" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>245</width> <height>119</height> </rect> </property> <property name="windowTitle" > <string>Goto Line</string> </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="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><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Goto Line:</span></p></body></html></string> </property> </widget> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QSlider" name="horizontalSlider" > <property name="minimum" > <number>1</number> </property> <property name="maximum" > <number>99999</number> </property> <property name="value" > <number>1</number> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinBox" > <property name="sizePolicy" > <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximum" > <number>99999</number> </property> <property name="minimum" > <number>1</number> </property> </widget> </item> </layout> </item> </layout> </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>131</width> <height>31</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="okButton" > <property name="text" > <string>OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="cancelButton" > <property name="text" > <string>Cancel</string> </property> </widget> </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> </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections> <connection> <sender>okButton</sender> <signal>clicked()</signal> <receiver>GotoLine</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>141</x> <y>82</y> </hint> <hint type="destinationlabel" > <x>96</x> <y>108</y> </hint> </hints> </connection> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>GotoLine</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>234</x> <y>82</y> </hint> <hint type="destinationlabel" > <x>179</x> <y>108</y> </hint> </hints> </connection> <connection> <sender>horizontalSlider</sender> <signal>valueChanged(int)</signal> <receiver>spinBox</receiver> <slot>setValue(int)</slot> <hints> <hint type="sourcelabel" > <x>44</x> <y>48</y> </hint> <hint type="destinationlabel" > <x>206</x> <y>50</y> </hint> </hints> </connection> <connection> <sender>spinBox</sender> <signal>valueChanged(int)</signal> <receiver>horizontalSlider</receiver> <slot>setValue(int)</slot> <hints> <hint type="sourcelabel" > <x>208</x> <y>44</y> </hint> <hint type="destinationlabel" > <x>94</x> <y>44</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -