artifactwidget.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ArtifactWidget</class>
  4. <widget class="QDialog" name="ArtifactWidget">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>400</width>
  13. <height>150</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>400</width>
  19. <height>150</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>400</width>
  25. <height>150</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Artifact</string>
  30. </property>
  31. <widget class="QWidget" name="gridLayoutWidget">
  32. <property name="geometry">
  33. <rect>
  34. <x>10</x>
  35. <y>10</y>
  36. <width>381</width>
  37. <height>80</height>
  38. </rect>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayout" columnstretch="1,5">
  41. <item row="1" column="0">
  42. <widget class="QLabel" name="label_2">
  43. <property name="text">
  44. <string>Artifact</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="1" column="1">
  49. <widget class="QComboBox" name="artifact"/>
  50. </item>
  51. <item row="0" column="1">
  52. <widget class="QComboBox" name="possiblePositions"/>
  53. </item>
  54. <item row="0" column="0">
  55. <widget class="QLabel" name="label">
  56. <property name="text">
  57. <string>Equip where:</string>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </widget>
  63. <widget class="QPushButton" name="saveButton">
  64. <property name="geometry">
  65. <rect>
  66. <x>190</x>
  67. <y>100</y>
  68. <width>93</width>
  69. <height>28</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>Save</string>
  74. </property>
  75. </widget>
  76. <widget class="QPushButton" name="cancelButton">
  77. <property name="geometry">
  78. <rect>
  79. <x>290</x>
  80. <y>100</y>
  81. <width>93</width>
  82. <height>28</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>Cancel</string>
  87. </property>
  88. </widget>
  89. </widget>
  90. <resources/>
  91. <connections/>
  92. </ui>