root/branch/twedit/gotolinedlg.ui

Revision 1248, 2.6 kB (checked in by mswat, 2 years ago)

Added twedit editor

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GoToLineDlg</class>
4 <widget class="QDialog" name="GoToLineDlg">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>338</width>
10    <height>115</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Go To Line</string>
15  </property>
16  <layout class="QHBoxLayout" name="horizontalLayout_2">
17   <item>
18    <layout class="QVBoxLayout" name="verticalLayout">
19     <item>
20      <layout class="QHBoxLayout" name="horizontalLayout">
21       <item>
22        <widget class="QLabel" name="goToLineLabel">
23         <property name="text">
24          <string>Go to line...</string>
25         </property>
26         <property name="buddy">
27          <cstring>goToLineEdit</cstring>
28         </property>
29        </widget>
30       </item>
31       <item>
32        <widget class="QLineEdit" name="goToLineEdit"/>
33       </item>
34      </layout>
35     </item>
36     <item>
37      <spacer name="verticalSpacer">
38       <property name="orientation">
39        <enum>Qt::Vertical</enum>
40       </property>
41       <property name="sizeHint" stdset="0">
42        <size>
43         <width>20</width>
44         <height>40</height>
45        </size>
46       </property>
47      </spacer>
48     </item>
49    </layout>
50   </item>
51   <item>
52    <widget class="Line" name="line">
53     <property name="orientation">
54      <enum>Qt::Vertical</enum>
55     </property>
56    </widget>
57   </item>
58   <item>
59    <layout class="QVBoxLayout" name="verticalLayout_2">
60     <item>
61      <widget class="QPushButton" name="goButton">
62       <property name="text">
63        <string>Go</string>
64       </property>
65      </widget>
66     </item>
67     <item>
68      <spacer name="verticalSpacer_2">
69       <property name="orientation">
70        <enum>Qt::Vertical</enum>
71       </property>
72       <property name="sizeHint" stdset="0">
73        <size>
74         <width>17</width>
75         <height>13</height>
76        </size>
77       </property>
78      </spacer>
79     </item>
80     <item>
81      <widget class="QPushButton" name="closeButton">
82       <property name="text">
83        <string>Close</string>
84       </property>
85      </widget>
86     </item>
87    </layout>
88   </item>
89  </layout>
90 </widget>
91 <resources/>
92 <connections>
93  <connection>
94   <sender>closeButton</sender>
95   <signal>clicked()</signal>
96   <receiver>GoToLineDlg</receiver>
97   <slot>reject()</slot>
98   <hints>
99    <hint type="sourcelabel">
100     <x>302</x>
101     <y>92</y>
102    </hint>
103    <hint type="destinationlabel">
104     <x>335</x>
105     <y>89</y>
106    </hint>
107   </hints>
108  </connection>
109 </connections>
110</ui>
Note: See TracBrowser for help on using the browser.