frame_notes.ui 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>frameNotes</class>
  4. <widget class="QFrame" name="frameNotes">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>748</width>
  10. <height>683</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Frame</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <layout class="QHBoxLayout" name="horizontalLayout_2">
  21. <item>
  22. <widget class="QToolButton" name="btnBold">
  23. <property name="minimumSize">
  24. <size>
  25. <width>28</width>
  26. <height>28</height>
  27. </size>
  28. </property>
  29. <property name="maximumSize">
  30. <size>
  31. <width>28</width>
  32. <height>28</height>
  33. </size>
  34. </property>
  35. <property name="text">
  36. <string>...</string>
  37. </property>
  38. <property name="icon">
  39. <iconset resource="../rsc.qrc">
  40. <normaloff>:/img/rsc/bold.png</normaloff>:/img/rsc/bold.png</iconset>
  41. </property>
  42. <property name="checkable">
  43. <bool>true</bool>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QToolButton" name="btnItalic">
  49. <property name="minimumSize">
  50. <size>
  51. <width>28</width>
  52. <height>28</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize">
  56. <size>
  57. <width>28</width>
  58. <height>28</height>
  59. </size>
  60. </property>
  61. <property name="text">
  62. <string>...</string>
  63. </property>
  64. <property name="icon">
  65. <iconset resource="../rsc.qrc">
  66. <normaloff>:/img/rsc/italic-text.png</normaloff>:/img/rsc/italic-text.png</iconset>
  67. </property>
  68. <property name="checkable">
  69. <bool>true</bool>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QToolButton" name="btnUnderline">
  75. <property name="minimumSize">
  76. <size>
  77. <width>28</width>
  78. <height>28</height>
  79. </size>
  80. </property>
  81. <property name="maximumSize">
  82. <size>
  83. <width>28</width>
  84. <height>28</height>
  85. </size>
  86. </property>
  87. <property name="text">
  88. <string>...</string>
  89. </property>
  90. <property name="icon">
  91. <iconset resource="../rsc.qrc">
  92. <normaloff>:/img/rsc/underline.png</normaloff>:/img/rsc/underline.png</iconset>
  93. </property>
  94. <property name="checkable">
  95. <bool>true</bool>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <spacer name="horizontalSpacer_2">
  101. <property name="orientation">
  102. <enum>Qt::Horizontal</enum>
  103. </property>
  104. <property name="sizeType">
  105. <enum>QSizePolicy::Fixed</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>10</width>
  110. <height>20</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. <item>
  116. <widget class="QToolButton" name="btnUndo">
  117. <property name="minimumSize">
  118. <size>
  119. <width>28</width>
  120. <height>28</height>
  121. </size>
  122. </property>
  123. <property name="maximumSize">
  124. <size>
  125. <width>28</width>
  126. <height>28</height>
  127. </size>
  128. </property>
  129. <property name="text">
  130. <string>...</string>
  131. </property>
  132. <property name="icon">
  133. <iconset resource="../rsc.qrc">
  134. <normaloff>:/img/rsc/undo-arrow.png</normaloff>:/img/rsc/undo-arrow.png</iconset>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="QToolButton" name="btnRedo">
  140. <property name="minimumSize">
  141. <size>
  142. <width>28</width>
  143. <height>28</height>
  144. </size>
  145. </property>
  146. <property name="maximumSize">
  147. <size>
  148. <width>28</width>
  149. <height>28</height>
  150. </size>
  151. </property>
  152. <property name="text">
  153. <string>...</string>
  154. </property>
  155. <property name="icon">
  156. <iconset resource="../rsc.qrc">
  157. <normaloff>:/img/rsc/redo-arrow.png</normaloff>:/img/rsc/redo-arrow.png</iconset>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <spacer name="horizontalSpacer">
  163. <property name="orientation">
  164. <enum>Qt::Horizontal</enum>
  165. </property>
  166. <property name="sizeHint" stdset="0">
  167. <size>
  168. <width>40</width>
  169. <height>20</height>
  170. </size>
  171. </property>
  172. </spacer>
  173. </item>
  174. </layout>
  175. </item>
  176. <item>
  177. <widget class="WysiwygTextEdit" name="sessionNotes">
  178. <property name="enabled">
  179. <bool>true</bool>
  180. </property>
  181. <property name="cursor" stdset="0">
  182. <cursorShape>IBeamCursor</cursorShape>
  183. </property>
  184. <property name="autoFormatting">
  185. <set>QTextEdit::AutoAll</set>
  186. </property>
  187. <property name="readOnly">
  188. <bool>false</bool>
  189. </property>
  190. <property name="placeholderText">
  191. <string>Mes notes...</string>
  192. </property>
  193. </widget>
  194. </item>
  195. </layout>
  196. </item>
  197. </layout>
  198. </widget>
  199. <customwidgets>
  200. <customwidget>
  201. <class>WysiwygTextEdit</class>
  202. <extends>QTextEdit</extends>
  203. <header location="global">.wysiwygTextEdit.h</header>
  204. </customwidget>
  205. </customwidgets>
  206. <resources>
  207. <include location="../rsc.qrc"/>
  208. </resources>
  209. <connections/>
  210. </ui>