Changeset c15be10 for src/gui/importschedulewidget.ui
- Timestamp:
- 01/26/10 13:51:56 (13 years ago)
- Branches:
- master, qt5
- Children:
- 830f102
- Parents:
- 01df23f
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/gui/importschedulewidget.ui
r01df23f rc15be10 1 1 <ui version="4.0" > 2 <class>ImportSchedule Dialog</class>3 <widget class="Q Dialog" name="ImportScheduleDialog" >2 <class>ImportScheduleWidget</class> 3 <widget class="QWidget" name="ImportScheduleWidget" > 4 4 <property name="geometry" > 5 5 <rect> 6 6 <x>0</x> 7 7 <y>0</y> 8 <width>3 30</width>9 <height> 74</height>8 <width>379</width> 9 <height>82</height> 10 10 </rect> 11 11 </property> … … 35 35 <layout class="QHBoxLayout" name="horizontalLayout_2" > 36 36 <item> 37 <widget class="QLabel" name="label" > 38 <property name="text" > 39 <string>Import schedule: </string> 40 </property> 41 </widget> 42 </item> 43 <item> 37 44 <widget class="QPushButton" name="search" > 38 45 <property name="text" > … … 61 68 </widget> 62 69 </item> 63 <item>64 <widget class="QPushButton" name="cancel" >65 <property name="text" >66 <string>Cancel</string>67 </property>68 </widget>69 </item>70 70 </layout> 71 71 </item> … … 75 75 </widget> 76 76 <resources/> 77 <connections> 78 <connection> 79 <sender>cancel</sender> 80 <signal>clicked()</signal> 81 <receiver>ImportScheduleDialog</receiver> 82 <slot>close()</slot> 83 <hints> 84 <hint type="sourcelabel" > 85 <x>515</x> 86 <y>124</y> 87 </hint> 88 <hint type="destinationlabel" > 89 <x>283</x> 90 <y>80</y> 91 </hint> 92 </hints> 93 </connection> 94 </connections> 77 <connections/> 95 78 </ui>
Note: See TracChangeset
for help on using the changeset viewer.