/ui/pendingchanges.ui

https://code.google.com/p/dwarftherapist/ · Unknown · 82 lines · 82 code · 0 blank · 0 comment · 0 complexity · 9e36860d59a3698abdfc1f596ed371bf MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PendingChanges</class>
  4. <widget class="QWidget" name="PendingChanges">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>240</width>
  10. <height>320</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Pending Changes</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="../images.qrc">
  18. <normaloff>:/img/hammer.png</normaloff>:/img/hammer.png</iconset>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <item>
  24. <widget class="QLabel" name="label">
  25. <property name="text">
  26. <string>Pending Changes</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <spacer name="horizontalSpacer">
  32. <property name="orientation">
  33. <enum>Qt::Horizontal</enum>
  34. </property>
  35. <property name="sizeHint" stdset="0">
  36. <size>
  37. <width>40</width>
  38. <height>20</height>
  39. </size>
  40. </property>
  41. </spacer>
  42. </item>
  43. <item>
  44. <widget class="QPushButton" name="pushButton">
  45. <property name="text">
  46. <string>Refresh</string>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <widget class="QListWidget" name="list_pending">
  54. <property name="font">
  55. <font>
  56. <pointsize>8</pointsize>
  57. </font>
  58. </property>
  59. <property name="editTriggers">
  60. <set>QAbstractItemView::NoEditTriggers</set>
  61. </property>
  62. <property name="alternatingRowColors">
  63. <bool>true</bool>
  64. </property>
  65. <property name="selectionMode">
  66. <enum>QAbstractItemView::NoSelection</enum>
  67. </property>
  68. <property name="selectionBehavior">
  69. <enum>QAbstractItemView::SelectRows</enum>
  70. </property>
  71. <property name="uniformItemSizes">
  72. <bool>true</bool>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </widget>
  78. <resources>
  79. <include location="../images.qrc"/>
  80. </resources>
  81. <connections/>
  82. </ui>