inputtext.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <ui version="4.0" >
  2. <class>InputTextDialog</class>
  3. <widget class="QDialog" name="InputTextDialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>563</width>
  9. <height>311</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Input Text</string>
  14. </property>
  15. <layout class="QGridLayout" >
  16. <item row="0" column="0" >
  17. <layout class="QVBoxLayout" >
  18. <item>
  19. <widget class="QTextEdit" name="inputText" >
  20. <property name="toolTip" >
  21. <string>Text to paste into the MSX</string>
  22. </property>
  23. <property name="acceptRichText" >
  24. <bool>false</bool>
  25. </property>
  26. </widget>
  27. </item>
  28. <item>
  29. <layout class="QHBoxLayout" >
  30. <item>
  31. <widget class="QPushButton" name="sendButton" >
  32. <property name="text" >
  33. <string>Send</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QPushButton" name="clearButton" >
  39. <property name="text" >
  40. <string>Clear</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <spacer>
  46. <property name="orientation" >
  47. <enum>Qt::Horizontal</enum>
  48. </property>
  49. <property name="sizeHint" >
  50. <size>
  51. <width>431</width>
  52. <height>20</height>
  53. </size>
  54. </property>
  55. </spacer>
  56. </item>
  57. </layout>
  58. </item>
  59. </layout>
  60. </item>
  61. </layout>
  62. </widget>
  63. <resources/>
  64. <connections/>
  65. </ui>