brainywindow.ui 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BrainyWindow</class>
  4. <widget class="QMainWindow" name="BrainyWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1091</width>
  10. <height>560</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Brainy</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset theme="document-new">
  18. <normaloff>.</normaloff>.</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralWidget">
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <widget class="QTextEdit" name="textEdit">
  24. <property name="sizePolicy">
  25. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  26. <horstretch>0</horstretch>
  27. <verstretch>6</verstretch>
  28. </sizepolicy>
  29. </property>
  30. <property name="layoutDirection">
  31. <enum>Qt::LeftToRight</enum>
  32. </property>
  33. <property name="html">
  34. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  35. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  36. p, li { white-space: pre-wrap; }
  37. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  38. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  39. </property>
  40. <property name="acceptRichText">
  41. <bool>false</bool>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout">
  47. <item>
  48. <widget class="QPushButton" name="run">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="text">
  56. <string>Run</string>
  57. </property>
  58. <property name="icon">
  59. <iconset theme="media-playback-start">
  60. <normaloff>.</normaloff>.</iconset>
  61. </property>
  62. <property name="iconSize">
  63. <size>
  64. <width>36</width>
  65. <height>36</height>
  66. </size>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QPushButton" name="stop">
  72. <property name="sizePolicy">
  73. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  74. <horstretch>0</horstretch>
  75. <verstretch>0</verstretch>
  76. </sizepolicy>
  77. </property>
  78. <property name="text">
  79. <string>Stop</string>
  80. </property>
  81. <property name="icon">
  82. <iconset theme="media-playback-stop"/>
  83. </property>
  84. <property name="iconSize">
  85. <size>
  86. <width>36</width>
  87. <height>36</height>
  88. </size>
  89. </property>
  90. </widget>
  91. </item>
  92. </layout>
  93. </item>
  94. <item>
  95. <widget class="QTextEdit" name="runConsole">
  96. <property name="sizePolicy">
  97. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  98. <horstretch>0</horstretch>
  99. <verstretch>1</verstretch>
  100. </sizepolicy>
  101. </property>
  102. <property name="layoutDirection">
  103. <enum>Qt::LeftToRight</enum>
  104. </property>
  105. <property name="html">
  106. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  107. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  108. p, li { white-space: pre-wrap; }
  109. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  110. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  111. </property>
  112. <property name="acceptRichText">
  113. <bool>false</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. </layout>
  118. </widget>
  119. <widget class="QMenuBar" name="menuBar">
  120. <property name="geometry">
  121. <rect>
  122. <x>0</x>
  123. <y>0</y>
  124. <width>1091</width>
  125. <height>28</height>
  126. </rect>
  127. </property>
  128. <widget class="QMenu" name="menuFile">
  129. <property name="title">
  130. <string>File</string>
  131. </property>
  132. <addaction name="actionNew_File"/>
  133. <addaction name="separator"/>
  134. <addaction name="actionOpen"/>
  135. <addaction name="actionSave"/>
  136. <addaction name="actionSave_As"/>
  137. </widget>
  138. <widget class="QMenu" name="menuOptions">
  139. <property name="title">
  140. <string>Options</string>
  141. </property>
  142. <addaction name="actionEditor_Font"/>
  143. </widget>
  144. <addaction name="menuFile"/>
  145. <addaction name="menuOptions"/>
  146. </widget>
  147. <widget class="QStatusBar" name="statusBar"/>
  148. <action name="actionNew_File">
  149. <property name="text">
  150. <string>New File</string>
  151. </property>
  152. <property name="statusTip">
  153. <string>Creates a new file</string>
  154. </property>
  155. <property name="shortcut">
  156. <string>Ctrl+N</string>
  157. </property>
  158. </action>
  159. <action name="actionOpen">
  160. <property name="text">
  161. <string>&amp;Open</string>
  162. </property>
  163. <property name="shortcut">
  164. <string>Ctrl+O</string>
  165. </property>
  166. </action>
  167. <action name="actionSave">
  168. <property name="text">
  169. <string>&amp;Save</string>
  170. </property>
  171. <property name="shortcut">
  172. <string>Ctrl+S</string>
  173. </property>
  174. </action>
  175. <action name="actionEditor_Font">
  176. <property name="text">
  177. <string>Editor Font</string>
  178. </property>
  179. </action>
  180. <action name="actionSave_As">
  181. <property name="text">
  182. <string>Save &amp;As</string>
  183. </property>
  184. <property name="shortcut">
  185. <string>Ctrl+Shift+S</string>
  186. </property>
  187. </action>
  188. </widget>
  189. <layoutdefault spacing="6" margin="11"/>
  190. <resources/>
  191. <connections/>
  192. </ui>