You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mainwidget.ui 876B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWidget</class>
  4. <widget class="QDialog" name="MainWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>264</width>
  10. <height>142</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWidget</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item row="0" column="0">
  30. <widget class="QCalendarWidget" name="calendarWidget"/>
  31. </item>
  32. </layout>
  33. </widget>
  34. <layoutdefault spacing="6" margin="11"/>
  35. <resources/>
  36. <connections/>
  37. </ui>