qt_listview.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. <property name="acceptRichText">
  29. <bool>false</bool>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="bottomMargin">
  36. <number>10</number>
  37. </property>
  38. <item>
  39. <widget class="QPushButton" name="btn_cancel">
  40. <property name="text">
  41. <string>Cancel</string>
  42. </property>
  43. <property name="autoDefault">
  44. <bool>false</bool>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <spacer name="horizontalSpacer">
  50. <property name="orientation">
  51. <enum>Qt::Horizontal</enum>
  52. </property>
  53. <property name="sizeHint" stdset="0">
  54. <size>
  55. <width>40</width>
  56. <height>20</height>
  57. </size>
  58. </property>
  59. </spacer>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="btn_ok">
  63. <property name="text">
  64. <string>Update</string>
  65. </property>
  66. <property name="autoDefault">
  67. <bool>true</bool>
  68. </property>
  69. </widget>
  70. </item>
  71. </layout>
  72. </item>
  73. </layout>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>