brainywindow.ui 3.4 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. </property>
  19. <widget class="QWidget" name="centralWidget">
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <widget class="QTextEdit" name="textEdit">
  23. <property name="font">
  24. <font>
  25. <family>Courier New</family>
  26. <pointsize>10</pointsize>
  27. </font>
  28. </property>
  29. <property name="layoutDirection">
  30. <enum>Qt::LeftToRight</enum>
  31. </property>
  32. <property name="html">
  33. <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;
  34. &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;
  35. p, li { white-space: pre-wrap; }
  36. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Courier New'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  37. &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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  38. </property>
  39. <property name="acceptRichText">
  40. <bool>false</bool>
  41. </property>
  42. </widget>
  43. </item>
  44. </layout>
  45. </widget>
  46. <widget class="QMenuBar" name="menuBar">
  47. <property name="geometry">
  48. <rect>
  49. <x>0</x>
  50. <y>0</y>
  51. <width>1091</width>
  52. <height>21</height>
  53. </rect>
  54. </property>
  55. <widget class="QMenu" name="menuFile">
  56. <property name="title">
  57. <string>File</string>
  58. </property>
  59. <addaction name="actionNew_File"/>
  60. <addaction name="separator"/>
  61. <addaction name="actionOpen_2"/>
  62. <addaction name="actionSave_2"/>
  63. </widget>
  64. <widget class="QMenu" name="menuOptions">
  65. <property name="title">
  66. <string>Options</string>
  67. </property>
  68. <addaction name="actionEditor_Font"/>
  69. </widget>
  70. <addaction name="menuFile"/>
  71. <addaction name="menuOptions"/>
  72. </widget>
  73. <widget class="QStatusBar" name="statusBar"/>
  74. <action name="actionNew_File">
  75. <property name="text">
  76. <string>New File</string>
  77. </property>
  78. <property name="statusTip">
  79. <string>Creates a new file</string>
  80. </property>
  81. <property name="shortcut">
  82. <string>Ctrl+N</string>
  83. </property>
  84. </action>
  85. <action name="actionOpen">
  86. <property name="text">
  87. <string>Open</string>
  88. </property>
  89. </action>
  90. <action name="actionSave">
  91. <property name="text">
  92. <string>Save</string>
  93. </property>
  94. </action>
  95. <action name="actionOpen_2">
  96. <property name="text">
  97. <string>&amp;Open</string>
  98. </property>
  99. <property name="shortcut">
  100. <string>Ctrl+O</string>
  101. </property>
  102. </action>
  103. <action name="actionSave_2">
  104. <property name="text">
  105. <string>&amp;Save</string>
  106. </property>
  107. <property name="shortcut">
  108. <string>Ctrl+S</string>
  109. </property>
  110. </action>
  111. <action name="actionEditor_Font">
  112. <property name="text">
  113. <string>Editor Font</string>
  114. </property>
  115. </action>
  116. </widget>
  117. <layoutdefault spacing="6" margin="11"/>
  118. <resources/>
  119. <connections/>
  120. </ui>