add click
authorNicola De Filippo <nicola@nicoladefilippo.it>
Mon, 30 Nov 2009 16:16:31 +0000 (17:16 +0100)
committerNicola De Filippo <nicola@nicoladefilippo.it>
Mon, 30 Nov 2009 16:16:31 +0000 (17:16 +0100)
badgewindow.ui

index 5d6763c..8a9150e 100644 (file)
@@ -31,7 +31,7 @@
      <x>0</x>
      <y>0</y>
      <width>600</width>
-     <height>28</height>
+     <height>26</height>
     </rect>
    </property>
   </widget>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <resources/>
- <connections/>
+ <connections>
+  <connection>
+   <sender>calendarWidget</sender>
+   <signal>clicked(QDate)</signal>
+   <receiver>BadgeWindow</receiver>
+   <slot>selectedDay(QDate)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>199</x>
+     <y>351</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>30</x>
+     <y>403</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+ <slots>
+  <slot>selectedDay(QDate)</slot>
+ </slots>
 </ui>