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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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">color: rgb(255, 255, 255);
  18. background-color: rgb(0, 0, 0);</string>
  19. </property>
  20. <property name="modal">
  21. <bool>true</bool>
  22. </property>
  23. <layout class="QGridLayout" name="gridLayout">
  24. <item row="0" column="0">
  25. <widget class="QLabel" name="label">
  26. <property name="text">
  27. <string>Login:</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="0" column="1">
  32. <widget class="QLineEdit" name="lineSearch"/>
  33. </item>
  34. <item row="1" column="0" colspan="2">
  35. <widget class="UserTreeWidget" name="listContacts"/>
  36. </item>
  37. </layout>
  38. </widget>
  39. <customwidgets>
  40. <customwidget>
  41. <class>UserTreeWidget</class>
  42. <extends>QTreeWidget</extends>
  43. <header>usertreewidget.h</header>
  44. </customwidget>
  45. </customwidgets>
  46. <resources/>
  47. <connections/>
  48. </ui>