programoutput.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>ProgramOutput</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>ProgramOutput</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>763</width>
  12. <height>622</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>Program Output</string>
  17. </property>
  18. <vbox>
  19. <property name="name">
  20. <cstring>unnamed</cstring>
  21. </property>
  22. <widget class="KTextBrowser">
  23. <property name="name">
  24. <cstring>textBrowser</cstring>
  25. </property>
  26. <property name="font">
  27. <font>
  28. <family>Monospace</family>
  29. </font>
  30. </property>
  31. <property name="textFormat">
  32. <enum>PlainText</enum>
  33. </property>
  34. <property name="wordWrap">
  35. <enum>NoWrap</enum>
  36. </property>
  37. <property name="tabChangesFocus">
  38. <bool>true</bool>
  39. </property>
  40. <property name="autoFormatting">
  41. <set>AutoNone</set>
  42. </property>
  43. </widget>
  44. <widget class="QLayoutWidget">
  45. <property name="name">
  46. <cstring>Layout1</cstring>
  47. </property>
  48. <hbox>
  49. <property name="name">
  50. <cstring>unnamed</cstring>
  51. </property>
  52. <property name="margin">
  53. <number>0</number>
  54. </property>
  55. <property name="spacing">
  56. <number>6</number>
  57. </property>
  58. <spacer>
  59. <property name="name">
  60. <cstring>Horizontal Spacing2</cstring>
  61. </property>
  62. <property name="orientation">
  63. <enum>Horizontal</enum>
  64. </property>
  65. <property name="sizeType">
  66. <enum>Expanding</enum>
  67. </property>
  68. <property name="sizeHint">
  69. <size>
  70. <width>20</width>
  71. <height>20</height>
  72. </size>
  73. </property>
  74. </spacer>
  75. <widget class="KPushButton">
  76. <property name="name">
  77. <cstring>buttonClose</cstring>
  78. </property>
  79. <property name="text">
  80. <string>&amp;Close</string>
  81. </property>
  82. <property name="accel">
  83. <string>Alt+C</string>
  84. </property>
  85. <property name="autoDefault">
  86. <bool>true</bool>
  87. </property>
  88. <property name="default">
  89. <bool>true</bool>
  90. </property>
  91. <property name="stdItem" stdset="0">
  92. <number>13</number>
  93. </property>
  94. </widget>
  95. </hbox>
  96. </widget>
  97. </vbox>
  98. </widget>
  99. <connections>
  100. <connection>
  101. <sender>buttonClose</sender>
  102. <signal>clicked()</signal>
  103. <receiver>ProgramOutput</receiver>
  104. <slot>close()</slot>
  105. </connection>
  106. </connections>
  107. <tabstops>
  108. <tabstop>buttonClose</tabstop>
  109. <tabstop>textBrowser</tabstop>
  110. </tabstops>
  111. <layoutdefaults spacing="6" margin="11"/>
  112. <includehints>
  113. <includehint>ktextbrowser.h</includehint>
  114. <includehint>kpushbutton.h</includehint>
  115. </includehints>
  116. </UI>