Warning, /rolisteam/rolisteam/src/libraries/rwidgets/editors/sharededitor/sharednote.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>SharedNote</class>
0004  <widget class="QMainWindow" name="SharedNote">
0005   <property name="windowModality">
0006    <enum>Qt::NonModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>758</width>
0013     <height>439</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle">
0017    <string>Shared Note Editor</string>
0018   </property>
0019   <property name="windowIcon">
0020    <iconset>
0021     <normaloff>:/resources/images/sharedEditor.png</normaloff>:/resources/images/sharedEditor.png</iconset>
0022   </property>
0023   <property name="unifiedTitleAndToolBarOnMac">
0024    <bool>true</bool>
0025   </property>
0026   <widget class="QWidget" name="centralWidget">
0027    <layout class="QVBoxLayout" name="verticalLayout">
0028     <property name="spacing">
0029      <number>1</number>
0030     </property>
0031     <property name="leftMargin">
0032      <number>0</number>
0033     </property>
0034     <property name="topMargin">
0035      <number>0</number>
0036     </property>
0037     <property name="rightMargin">
0038      <number>0</number>
0039     </property>
0040     <property name="bottomMargin">
0041      <number>0</number>
0042     </property>
0043     <item>
0044      <layout class="QHBoxLayout" name="horizontalLayout">
0045       <property name="spacing">
0046        <number>1</number>
0047       </property>
0048       <item>
0049        <widget class="QWidget" name="m_documentSupport" native="true">
0050         <property name="minimumSize">
0051          <size>
0052           <width>100</width>
0053           <height>0</height>
0054          </size>
0055         </property>
0056        </widget>
0057       </item>
0058      </layout>
0059     </item>
0060    </layout>
0061   </widget>
0062   <widget class="QMenuBar" name="menuBar">
0063    <property name="geometry">
0064     <rect>
0065      <x>0</x>
0066      <y>0</y>
0067      <width>758</width>
0068      <height>22</height>
0069     </rect>
0070    </property>
0071    <widget class="QMenu" name="menuEdit">
0072     <property name="title">
0073      <string>Edit</string>
0074     </property>
0075     <widget class="QMenu" name="menuEdit_Syntax_Highlighting">
0076      <property name="title">
0077       <string>Syntax Highlighting...</string>
0078      </property>
0079      <addaction name="m_highlightMarkdownAction"/>
0080     </widget>
0081     <addaction name="actionEdit_Undo"/>
0082     <addaction name="actionEdit_Redo"/>
0083     <addaction name="separator"/>
0084     <addaction name="actionEdit_Cut"/>
0085     <addaction name="actionEdit_Copy"/>
0086     <addaction name="actionEdit_Paste"/>
0087     <addaction name="separator"/>
0088     <addaction name="actionEdit_Find_All"/>
0089     <addaction name="actionEdit_Find"/>
0090     <addaction name="menuEdit_Syntax_Highlighting"/>
0091     <addaction name="separator"/>
0092     <addaction name="m_markdownPreview"/>
0093     <addaction name="actionFile_Print"/>
0094    </widget>
0095    <widget class="QMenu" name="menuView">
0096     <property name="title">
0097      <string>View</string>
0098     </property>
0099     <addaction name="actionView_Line_Wrap"/>
0100     <addaction name="m_showParticipants"/>
0101    </widget>
0102    <widget class="QMenu" name="menuText">
0103     <property name="title">
0104      <string>Text</string>
0105     </property>
0106     <addaction name="actionText_Shift_Left"/>
0107     <addaction name="actionText_Shift_Right"/>
0108     <addaction name="actionText_Comment_Line"/>
0109    </widget>
0110    <addaction name="menuEdit"/>
0111    <addaction name="menuView"/>
0112    <addaction name="menuText"/>
0113   </widget>
0114   <widget class="QToolBar" name="mainToolBar">
0115    <property name="enabled">
0116     <bool>true</bool>
0117    </property>
0118    <property name="movable">
0119     <bool>false</bool>
0120    </property>
0121    <property name="floatable">
0122     <bool>false</bool>
0123    </property>
0124    <attribute name="toolBarArea">
0125     <enum>TopToolBarArea</enum>
0126    </attribute>
0127    <attribute name="toolBarBreak">
0128     <bool>false</bool>
0129    </attribute>
0130    <addaction name="actionFile_Print"/>
0131    <addaction name="actionEdit_Undo"/>
0132    <addaction name="actionEdit_Redo"/>
0133    <addaction name="actionEdit_Cut"/>
0134    <addaction name="actionEdit_Copy"/>
0135    <addaction name="actionEdit_Paste"/>
0136    <addaction name="actionHelp_How_to_Collaborate"/>
0137    <addaction name="separator"/>
0138    <addaction name="m_refresh"/>
0139    <addaction name="separator"/>
0140    <addaction name="m_markdownPreview"/>
0141   </widget>
0142   <action name="actionEdit_Undo">
0143    <property name="enabled">
0144     <bool>false</bool>
0145    </property>
0146    <property name="icon">
0147     <iconset theme="undo">
0148      <normaloff>:/sharednote/resources/images/undo.png</normaloff>:/sharednote/resources/images/undo.png</iconset>
0149    </property>
0150    <property name="text">
0151     <string>Undo</string>
0152    </property>
0153    <property name="shortcut">
0154     <string>Ctrl+Z</string>
0155    </property>
0156    <property name="iconVisibleInMenu">
0157     <bool>false</bool>
0158    </property>
0159   </action>
0160   <action name="actionEdit_Redo">
0161    <property name="enabled">
0162     <bool>false</bool>
0163    </property>
0164    <property name="icon">
0165     <iconset theme="redo">
0166      <normaloff>:/sharednote/resources/images/redo.png</normaloff>:/sharednote/resources/images/redo.png</iconset>
0167    </property>
0168    <property name="text">
0169     <string>Redo</string>
0170    </property>
0171    <property name="shortcut">
0172     <string>Ctrl+Y</string>
0173    </property>
0174    <property name="iconVisibleInMenu">
0175     <bool>false</bool>
0176    </property>
0177   </action>
0178   <action name="actionEdit_Cut">
0179    <property name="icon">
0180     <iconset theme="cut">
0181      <normaloff>:/sharednote/resources/images/cut.png</normaloff>:/sharednote/resources/images/cut.png</iconset>
0182    </property>
0183    <property name="text">
0184     <string>Cut</string>
0185    </property>
0186    <property name="shortcut">
0187     <string>Ctrl+X</string>
0188    </property>
0189    <property name="iconVisibleInMenu">
0190     <bool>false</bool>
0191    </property>
0192   </action>
0193   <action name="actionEdit_Copy">
0194    <property name="icon">
0195     <iconset theme="copy">
0196      <normaloff>:/sharednote/resources/images/copy.png</normaloff>:/sharednote/resources/images/copy.png</iconset>
0197    </property>
0198    <property name="text">
0199     <string>Copy</string>
0200    </property>
0201    <property name="shortcut">
0202     <string>Ctrl+C</string>
0203    </property>
0204    <property name="iconVisibleInMenu">
0205     <bool>false</bool>
0206    </property>
0207   </action>
0208   <action name="actionEdit_Paste">
0209    <property name="icon">
0210     <iconset theme="paste">
0211      <normaloff>:/sharednote/resources/images/paste.png</normaloff>:/sharednote/resources/images/paste.png</iconset>
0212    </property>
0213    <property name="text">
0214     <string>Paste</string>
0215    </property>
0216    <property name="shortcut">
0217     <string>Ctrl+V</string>
0218    </property>
0219    <property name="iconVisibleInMenu">
0220     <bool>false</bool>
0221    </property>
0222   </action>
0223   <action name="actionEdit_Find">
0224    <property name="text">
0225     <string>Find...</string>
0226    </property>
0227    <property name="shortcut">
0228     <string>Ctrl+Shift+F</string>
0229    </property>
0230   </action>
0231   <action name="actionView_Line_Wrap">
0232    <property name="text">
0233     <string>Line Wrap</string>
0234    </property>
0235   </action>
0236   <action name="m_highlightMarkdownAction">
0237    <property name="checkable">
0238     <bool>true</bool>
0239    </property>
0240    <property name="text">
0241     <string>Markdown</string>
0242    </property>
0243   </action>
0244   <action name="actionText_Shift_Left">
0245    <property name="text">
0246     <string>Shift Left</string>
0247    </property>
0248    <property name="shortcut">
0249     <string>Ctrl+[</string>
0250    </property>
0251   </action>
0252   <action name="actionText_Shift_Right">
0253    <property name="text">
0254     <string>Shift Right</string>
0255    </property>
0256    <property name="shortcut">
0257     <string>Ctrl+]</string>
0258    </property>
0259   </action>
0260   <action name="actionText_Comment_Line">
0261    <property name="text">
0262     <string>Un/Comment Line</string>
0263    </property>
0264    <property name="shortcut">
0265     <string>Ctrl+/</string>
0266    </property>
0267   </action>
0268   <action name="actionFile_Save_A_Copy_As">
0269    <property name="text">
0270     <string>Save A Copy As...</string>
0271    </property>
0272    <property name="iconVisibleInMenu">
0273     <bool>false</bool>
0274    </property>
0275   </action>
0276   <action name="actionFile_Save_All">
0277    <property name="text">
0278     <string>Save All</string>
0279    </property>
0280   </action>
0281   <action name="actionTools_Announce_Document">
0282    <property name="text">
0283     <string>Announce Document</string>
0284    </property>
0285    <property name="shortcut">
0286     <string>Ctrl+Shift+A</string>
0287    </property>
0288   </action>
0289   <action name="m_showParticipants">
0290    <property name="checkable">
0291     <bool>true</bool>
0292    </property>
0293    <property name="text">
0294     <string>Show/Hide Participants</string>
0295    </property>
0296   </action>
0297   <action name="actionView_Hide_Show_Chat">
0298    <property name="text">
0299     <string>Show/Hide Chat</string>
0300    </property>
0301   </action>
0302   <action name="actionTools_Connect_to_Document">
0303    <property name="text">
0304     <string>Connect to Document...</string>
0305    </property>
0306    <property name="shortcut">
0307     <string>Ctrl+Shift+C</string>
0308    </property>
0309   </action>
0310   <action name="actionWindow_Split">
0311    <property name="text">
0312     <string>Split</string>
0313    </property>
0314   </action>
0315   <action name="actionTools_Resynchronize_Document">
0316    <property name="enabled">
0317     <bool>false</bool>
0318    </property>
0319    <property name="text">
0320     <string>Resynchronize Document</string>
0321    </property>
0322   </action>
0323   <action name="actionWindow_Next_Document">
0324    <property name="enabled">
0325     <bool>false</bool>
0326    </property>
0327    <property name="text">
0328     <string>Next Document</string>
0329    </property>
0330    <property name="shortcut">
0331     <string>Ctrl+Shift+]</string>
0332    </property>
0333   </action>
0334   <action name="actionWindow_Previous_Document">
0335    <property name="enabled">
0336     <bool>false</bool>
0337    </property>
0338    <property name="text">
0339     <string>Previous Document</string>
0340    </property>
0341    <property name="shortcut">
0342     <string>Ctrl+Shift+[</string>
0343    </property>
0344   </action>
0345   <action name="actionEdit_None">
0346    <property name="checkable">
0347     <bool>true</bool>
0348    </property>
0349    <property name="text">
0350     <string>None</string>
0351    </property>
0352   </action>
0353   <action name="actionWindow_Remove_Split">
0354    <property name="enabled">
0355     <bool>false</bool>
0356    </property>
0357    <property name="text">
0358     <string>Remove Split</string>
0359    </property>
0360   </action>
0361   <action name="actionWindow_Split_Side_by_Side">
0362    <property name="text">
0363     <string>Split Side by Side</string>
0364    </property>
0365   </action>
0366   <action name="actionTools_Preferences">
0367    <property name="text">
0368     <string>Preferences</string>
0369    </property>
0370   </action>
0371   <action name="actionEdit_Find_All">
0372    <property name="text">
0373     <string>Find All</string>
0374    </property>
0375    <property name="shortcut">
0376     <string>Ctrl+F</string>
0377    </property>
0378   </action>
0379   <action name="actionHelp_About_Cahoots">
0380    <property name="text">
0381     <string>About Cahoots</string>
0382    </property>
0383   </action>
0384   <action name="actionHelp_About_Qt">
0385    <property name="text">
0386     <string>About Qt</string>
0387    </property>
0388   </action>
0389   <action name="actionHelp_How_to_Collaborate">
0390    <property name="icon">
0391     <iconset theme="help">
0392      <normaloff>:/sharednote/resources/images/help.png</normaloff>:/sharednote/resources/images/help.png</iconset>
0393    </property>
0394    <property name="text">
0395     <string>How to Collaborate</string>
0396    </property>
0397    <property name="iconVisibleInMenu">
0398     <bool>false</bool>
0399    </property>
0400   </action>
0401   <action name="actionFile_Print">
0402    <property name="icon">
0403     <iconset theme="print">
0404      <normaloff>:/sharednote/resources/images/print.png</normaloff>:/sharednote/resources/images/print.png</iconset>
0405    </property>
0406    <property name="text">
0407     <string>Print</string>
0408    </property>
0409    <property name="shortcut">
0410     <string>Ctrl+P</string>
0411    </property>
0412    <property name="iconVisibleInMenu">
0413     <bool>false</bool>
0414    </property>
0415   </action>
0416   <action name="m_refresh">
0417    <property name="icon">
0418     <iconset theme="action-rotate">
0419      <normaloff>:/resources/images/action-rotate.png</normaloff>:/resources/images/action-rotate.png</iconset>
0420    </property>
0421    <property name="text">
0422     <string>Refresh</string>
0423    </property>
0424   </action>
0425   <action name="m_markdownPreview">
0426    <property name="checkable">
0427     <bool>true</bool>
0428    </property>
0429    <property name="icon">
0430     <iconset theme="preview_markdown">
0431      <normaloff>:/resources/images/preview_markdown.svg</normaloff>:/resources/images/preview_markdown.svg</iconset>
0432    </property>
0433    <property name="text">
0434     <string>Markdown Preview</string>
0435    </property>
0436   </action>
0437  </widget>
0438  <layoutdefault spacing="6" margin="11"/>
0439  <resources/>
0440  <connections/>
0441 </ui>