questwidget.ui 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>QuestWidget</class>
  4. <widget class="QDialog" name="QuestWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>429</width>
  10. <height>89</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Mission goal</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <widget class="QComboBox" name="targetId">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QLineEdit" name="targetAmount">
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. <property name="maximumSize">
  36. <size>
  37. <width>60</width>
  38. <height>16777215</height>
  39. </size>
  40. </property>
  41. <property name="inputMethodHints">
  42. <set>Qt::ImhDigitsOnly</set>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </widget>
  48. <resources/>
  49. <connections/>
  50. </ui>