source: trunk/tools/designer/src/lib/shared/selectsignaldialog.ui

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SelectSignalDialog</class>
4 <widget class="QDialog" name="SelectSignalDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>514</width>
10 <height>183</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Go to slot</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QGroupBox" name="groupBox">
19 <property name="title">
20 <string>Select signal</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout_2">
23 <item>
24 <widget class="QTreeWidget" name="signalList">
25 <property name="sortingEnabled">
26 <bool>false</bool>
27 </property>
28 <attribute name="headerVisible">
29 <bool>false</bool>
30 </attribute>
31 <column>
32 <property name="text">
33 <string>signal</string>
34 </property>
35 </column>
36 <column>
37 <property name="text">
38 <string>class</string>
39 </property>
40 </column>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 </item>
46 <item>
47 <widget class="QDialogButtonBox" name="buttonBox">
48 <property name="orientation">
49 <enum>Qt::Horizontal</enum>
50 </property>
51 <property name="standardButtons">
52 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </widget>
58 <resources/>
59 <connections>
60 <connection>
61 <sender>buttonBox</sender>
62 <signal>accepted()</signal>
63 <receiver>SelectSignalDialog</receiver>
64 <slot>accept()</slot>
65 <hints>
66 <hint type="sourcelabel">
67 <x>257</x>
68 <y>335</y>
69 </hint>
70 <hint type="destinationlabel">
71 <x>157</x>
72 <y>274</y>
73 </hint>
74 </hints>
75 </connection>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>rejected()</signal>
79 <receiver>SelectSignalDialog</receiver>
80 <slot>reject()</slot>
81 <hints>
82 <hint type="sourcelabel">
83 <x>325</x>
84 <y>335</y>
85 </hint>
86 <hint type="destinationlabel">
87 <x>286</x>
88 <y>274</y>
89 </hint>
90 </hints>
91 </connection>
92 </connections>
93</ui>
Note: See TracBrowser for help on using the repository browser.