TempControlPage.ui 852 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TempControlPageClass</class>
  4. <widget class="QWidget" name="TempControlPageClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>503</width>
  10. <height>958</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>TempControlPage</string>
  15. </property>
  16. <widget class="QTabWidget" name="tabWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>501</width>
  22. <height>951</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">background-color: rgb(233,233,248);</string>
  27. </property>
  28. <property name="currentIndex">
  29. <number>-1</number>
  30. </property>
  31. </widget>
  32. </widget>
  33. <layoutdefault spacing="6" margin="11"/>
  34. <resources/>
  35. <connections/>
  36. </ui>