ui_dtchooseremaining.ui 969 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>dtchooseremaining</class>
  4. <widget class="QDialog" name="dtchooseremaining">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>286</width>
  10. <height>101</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="sizeGripEnabled">
  17. <bool>true</bool>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="QLabel" name="label">
  22. <property name="text">
  23. <string>TextLabel</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QComboBox" name="chooseId"/>
  29. </item>
  30. <item>
  31. <widget class="QDialogButtonBox" name="buttonBox">
  32. <property name="standardButtons">
  33. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  34. </property>
  35. </widget>
  36. </item>
  37. </layout>
  38. </widget>
  39. <resources/>
  40. <connections/>
  41. </ui>