brainywindow.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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="font">
  25. <font>
  26. <family>Courier</family>
  27. <pointsize>10</pointsize>
  28. </font>
  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:'Courier'; 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. </layout>
  46. </widget>
  47. <widget class="QMenuBar" name="menuBar">
  48. <property name="geometry">
  49. <rect>
  50. <x>0</x>
  51. <y>0</y>
  52. <width>1091</width>
  53. <height>28</height>
  54. </rect>
  55. </property>
  56. <widget class="QMenu" name="menuFile">
  57. <property name="title">
  58. <string>File</string>
  59. </property>
  60. <addaction name="actionNew_File"/>
  61. <addaction name="separator"/>
  62. <addaction name="actionOpen"/>
  63. <addaction name="actionSave"/>
  64. <addaction name="actionSave_As"/>
  65. </widget>
  66. <widget class="QMenu" name="menuOptions">
  67. <property name="title">
  68. <string>Options</string>
  69. </property>
  70. <addaction name="actionEditor_Font"/>
  71. </widget>
  72. <addaction name="menuFile"/>
  73. <addaction name="menuOptions"/>
  74. </widget>
  75. <widget class="QStatusBar" name="statusBar"/>
  76. <action name="actionNew_File">
  77. <property name="text">
  78. <string>New File</string>
  79. </property>
  80. <property name="statusTip">
  81. <string>Creates a new file</string>
  82. </property>
  83. <property name="shortcut">
  84. <string>Ctrl+N</string>
  85. </property>
  86. </action>
  87. <action name="actionOpen">
  88. <property name="text">
  89. <string>&amp;Open</string>
  90. </property>
  91. <property name="shortcut">
  92. <string>Ctrl+O</string>
  93. </property>
  94. </action>
  95. <action name="actionSave">
  96. <property name="text">
  97. <string>&amp;Save</string>
  98. </property>
  99. <property name="shortcut">
  100. <string>Ctrl+S</string>
  101. </property>
  102. </action>
  103. <action name="actionEditor_Font">
  104. <property name="text">
  105. <string>Editor Font</string>
  106. </property>
  107. </action>
  108. <action name="actionSave_As">
  109. <property name="text">
  110. <string>Save &amp;As</string>
  111. </property>
  112. <property name="shortcut">
  113. <string>Ctrl+Shift+S</string>
  114. </property>
  115. </action>
  116. </widget>
  117. <layoutdefault spacing="6" margin="11"/>
  118. <resources/>
  119. <connections/>
  120. </ui>