questwidget.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>429</width>
  13. <height>89</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Mission goal</string>
  18. </property>
  19. <property name="modal">
  20. <bool>true</bool>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <item>
  24. <widget class="QComboBox" name="targetId">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QLineEdit" name="targetAmount">
  35. <property name="sizePolicy">
  36. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  37. <horstretch>0</horstretch>
  38. <verstretch>0</verstretch>
  39. </sizepolicy>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>60</width>
  44. <height>16777215</height>
  45. </size>
  46. </property>
  47. <property name="inputMethodHints">
  48. <set>Qt::ImhDigitsOnly</set>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <resources/>
  55. <connections/>
  56. </ui>