You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

contactswidget.ui 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ContactsWidget</class>
  4. <widget class="QWidget" name="ContactsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>246</width>
  10. <height>282</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">color: rgb(255, 255, 255);
  18. background-color: rgb(0, 0, 0);</string>
  19. </property>
  20. <layout class="QGridLayout" name="gridLayout">
  21. <property name="margin">
  22. <number>0</number>
  23. </property>
  24. <item row="0" column="1">
  25. <widget class="QComboBox" name="comboUserState">
  26. <property name="minimumSize">
  27. <size>
  28. <width>60</width>
  29. <height>0</height>
  30. </size>
  31. </property>
  32. <property name="maximumSize">
  33. <size>
  34. <width>60</width>
  35. <height>16777215</height>
  36. </size>
  37. </property>
  38. <property name="styleSheet">
  39. <string notr="true">border: 1px;</string>
  40. </property>
  41. <property name="sizeAdjustPolicy">
  42. <enum>QComboBox::AdjustToMinimumContentsLength</enum>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="0" column="0">
  47. <spacer name="horizontalSpacer">
  48. <property name="orientation">
  49. <enum>Qt::Horizontal</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>177</width>
  54. <height>20</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. <item row="1" column="0" colspan="2">
  60. <widget class="UserTreeWidget" name="listContacts"/>
  61. </item>
  62. </layout>
  63. </widget>
  64. <customwidgets>
  65. <customwidget>
  66. <class>UserTreeWidget</class>
  67. <extends>QTreeWidget</extends>
  68. <header>usertreewidget.h</header>
  69. </customwidget>
  70. </customwidgets>
  71. <resources/>
  72. <connections/>
  73. </ui>