Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 23:dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 29 Apr 2010 05:41:52 +0200 |
parents | cb9d8da0f307 |
children | f9a3223182c5 |
comparison
equal
deleted
inserted
replaced
22:cb9d8da0f307 | 23:dcc8abff0694 |
---|---|
76 <action name="actionAdd"> | 76 <action name="actionAdd"> |
77 <property name="text"> | 77 <property name="text"> |
78 <string>Add ...</string> | 78 <string>Add ...</string> |
79 </property> | 79 </property> |
80 </action> | 80 </action> |
81 <action name="actionXxx"> | |
82 <property name="text"> | |
83 <string>xxx</string> | |
84 </property> | |
85 </action> | |
81 </widget> | 86 </widget> |
82 <customwidgets> | 87 <customwidgets> |
83 <customwidget> | 88 <customwidget> |
84 <class>QWebView</class> | 89 <class>QWebView</class> |
85 <extends>QWidget</extends> | 90 <extends>QWidget</extends> |
102 <x>399</x> | 107 <x>399</x> |
103 <y>299</y> | 108 <y>299</y> |
104 </hint> | 109 </hint> |
105 </hints> | 110 </hints> |
106 </connection> | 111 </connection> |
112 <connection> | |
113 <sender>actionAdd</sender> | |
114 <signal>activated()</signal> | |
115 <receiver>MainWindow</receiver> | |
116 <slot>addFeed()</slot> | |
117 <hints> | |
118 <hint type="sourcelabel"> | |
119 <x>-1</x> | |
120 <y>-1</y> | |
121 </hint> | |
122 <hint type="destinationlabel"> | |
123 <x>495</x> | |
124 <y>374</y> | |
125 </hint> | |
126 </hints> | |
127 </connection> | |
128 <connection> | |
129 <sender>feedList</sender> | |
130 <signal>clicked(QModelIndex)</signal> | |
131 <receiver>MainWindow</receiver> | |
132 <slot>feedSelected(QModelIndex)</slot> | |
133 <hints> | |
134 <hint type="sourcelabel"> | |
135 <x>126</x> | |
136 <y>377</y> | |
137 </hint> | |
138 <hint type="destinationlabel"> | |
139 <x>495</x> | |
140 <y>374</y> | |
141 </hint> | |
142 </hints> | |
143 </connection> | |
144 <connection> | |
145 <sender>feedEntryList</sender> | |
146 <signal>clicked(QModelIndex)</signal> | |
147 <receiver>MainWindow</receiver> | |
148 <slot>feedEntrySelected(QModelIndex)</slot> | |
149 <hints> | |
150 <hint type="sourcelabel"> | |
151 <x>616</x> | |
152 <y>117</y> | |
153 </hint> | |
154 <hint type="destinationlabel"> | |
155 <x>495</x> | |
156 <y>374</y> | |
157 </hint> | |
158 </hints> | |
159 </connection> | |
107 </connections> | 160 </connections> |
161 <slots> | |
162 <slot>addFeed()</slot> | |
163 <slot>feedSelected(QModelIndex)</slot> | |
164 <slot>feedEntrySelected(QModelIndex)</slot> | |
165 </slots> | |
108 </ui> | 166 </ui> |