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.

dialogchat.ui 873B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogChat</class>
  4. <widget class="QWidget" name="DialogChat">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>268</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Chat</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">color: white;
  18. background-color: black;</string>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <widget class="QTextEdit" name="textChat">
  23. <property name="focusPolicy">
  24. <enum>Qt::NoFocus</enum>
  25. </property>
  26. <property name="readOnly">
  27. <bool>true</bool>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QLineEdit" name="lineChat"/>
  33. </item>
  34. </layout>
  35. </widget>
  36. <resources/>
  37. <connections/>
  38. </ui>