messagewidget.ui 727 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MessageWidget</class>
  4. <widget class="QDialog" name="MessageWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>306</width>
  10. <height>201</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>306</width>
  16. <height>201</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Message</string>
  21. </property>
  22. <property name="modal">
  23. <bool>true</bool>
  24. </property>
  25. <layout class="QGridLayout" name="gridLayout">
  26. <item row="0" column="0">
  27. <widget class="QPlainTextEdit" name="messageEdit"/>
  28. </item>
  29. </layout>
  30. </widget>
  31. <resources/>
  32. <connections/>
  33. </ui>