| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>GoToLineWin</class>
- <widget class="QWidget" name="GoToLineWin">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>253</width>
- <height>104</height>
- </rect>
- </property>
- <property name="maximumSize">
- <size>
- <width>260</width>
- <height>140</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>GoToLineWin</string>
- </property>
- <property name="windowIcon">
- <iconset resource="RealCompare.qrc">
- <normaloff>:/Resources/edit/global/notebook.png</normaloff>:/Resources/edit/global/notebook.png</iconset>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="spacing">
- <number>2</number>
- </property>
- <property name="leftMargin">
- <number>3</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>3</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="spacing">
- <number>3</number>
- </property>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Line Num</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEditNum">
- <property name="maxLength">
- <number>10</number>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="spacing">
- <number>3</number>
- </property>
- <item>
- <widget class="QRadioButton" name="radioButton">
- <property name="text">
- <string>Left</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="radioButton_2">
- <property name="text">
- <string>Right</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <property name="spacing">
- <number>3</number>
- </property>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton">
- <property name="text">
- <string>Ok</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_2">
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="RealCompare.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>pushButton_2</sender>
- <signal>clicked()</signal>
- <receiver>GoToLineWin</receiver>
- <slot>close()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>211</x>
- <y>118</y>
- </hint>
- <hint type="destinationlabel">
- <x>252</x>
- <y>113</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>pushButton</sender>
- <signal>clicked()</signal>
- <receiver>GoToLineWin</receiver>
- <slot>slot_ok()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>98</x>
- <y>114</y>
- </hint>
- <hint type="destinationlabel">
- <x>1</x>
- <y>109</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>lineEditNum</sender>
- <signal>editingFinished()</signal>
- <receiver>GoToLineWin</receiver>
- <slot>slot_ok()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>179</x>
- <y>27</y>
- </hint>
- <hint type="destinationlabel">
- <x>247</x>
- <y>49</y>
- </hint>
- </hints>
- </connection>
- </connections>
- <slots>
- <slot>slot_ok()</slot>
- </slots>
- </ui>
|