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.

dialogaddcontact.ui 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogAddContact</class>
  4. <widget class="QDialog" name="DialogAddContact">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Add Contact - Epimafia</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QWidget
  18. {
  19. color: rgb(255, 255, 255);
  20. background-color: rgb(0, 0, 0);
  21. }
  22. QLineEdit
  23. {
  24. border: 1px solid white;
  25. border-radius: 2px;
  26. }</string>
  27. </property>
  28. <property name="modal">
  29. <bool>true</bool>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout">
  32. <item row="0" column="0">
  33. <widget class="QLabel" name="label">
  34. <property name="text">
  35. <string>Login:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="1">
  40. <widget class="QLineEdit" name="lineSearch"/>
  41. </item>
  42. <item row="1" column="0" colspan="2">
  43. <widget class="UserTreeWidget" name="listContacts"/>
  44. </item>
  45. </layout>
  46. </widget>
  47. <customwidgets>
  48. <customwidget>
  49. <class>UserTreeWidget</class>
  50. <extends>QTreeWidget</extends>
  51. <header>usertreewidget.h</header>
  52. </customwidget>
  53. </customwidgets>
  54. <resources/>
  55. <connections/>
  56. </ui>