time_dock.ui 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TimeDock</class>
  4. <widget class="QDockWidget" name="TimeDock">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>293</width>
  10. <height>124</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>&amp;Time Dock</string>
  15. </property>
  16. <widget class="QWidget" name="dockWidgetContents">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <item row="1" column="1">
  19. <widget class="QSpinBox" name="fps_box"/>
  20. </item>
  21. <item row="0" column="1">
  22. <widget class="QDoubleSpinBox" name="time_box">
  23. <property name="minimum">
  24. <double>-65535.000000000000000</double>
  25. </property>
  26. <property name="maximum">
  27. <double>65535.000000000000000</double>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="0" column="0">
  32. <widget class="QLabel" name="label">
  33. <property name="text">
  34. <string>Time (frames)</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="1" column="0">
  39. <widget class="QLabel" name="label_2">
  40. <property name="text">
  41. <string>FPS</string>
  42. </property>
  43. </widget>
  44. </item>
  45. </layout>
  46. </widget>
  47. </widget>
  48. <resources/>
  49. <connections/>
  50. </ui>