qt_listview.ui 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>window</class>
  4. <widget class="QDialog" name="window">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>380</width>
  10. <height>477</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>List View</string>
  15. </property>
  16. <property name="modal">
  17. <bool>true</bool>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="QTextEdit" name="txt_list">
  22. <property name="minimumSize">
  23. <size>
  24. <width>183</width>
  25. <height>0</height>
  26. </size>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <layout class="QHBoxLayout" name="horizontalLayout">
  32. <property name="bottomMargin">
  33. <number>10</number>
  34. </property>
  35. <item>
  36. <widget class="QPushButton" name="btn_cancel">
  37. <property name="text">
  38. <string>Cancel</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <spacer name="horizontalSpacer">
  44. <property name="orientation">
  45. <enum>Qt::Horizontal</enum>
  46. </property>
  47. <property name="sizeHint" stdset="0">
  48. <size>
  49. <width>40</width>
  50. <height>20</height>
  51. </size>
  52. </property>
  53. </spacer>
  54. </item>
  55. <item>
  56. <widget class="QPushButton" name="btn_ok">
  57. <property name="text">
  58. <string>Ok</string>
  59. </property>
  60. <property name="autoDefault">
  61. <bool>true</bool>
  62. </property>
  63. </widget>
  64. </item>
  65. </layout>
  66. </item>
  67. </layout>
  68. </widget>
  69. <resources/>
  70. <connections/>
  71. </ui>