Warning, /rolisteam/rolisteam/src/binaries/widget/mainwindow.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>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>800</width>
0010     <height>600</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Rolisteam</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="500-symbole">
0018     <normaloff>.</normaloff>.</iconset>
0019   </property>
0020   <widget class="QWidget" name="centralwidget"/>
0021   <widget class="QMenuBar" name="menubar">
0022    <property name="geometry">
0023     <rect>
0024      <x>0</x>
0025      <y>0</y>
0026      <width>800</width>
0027      <height>22</height>
0028     </rect>
0029    </property>
0030    <widget class="QMenu" name="m_fileMenu">
0031     <property name="title">
0032      <string>&amp;File</string>
0033     </property>
0034     <widget class="QMenu" name="menu_New">
0035      <property name="title">
0036       <string>&amp;New</string>
0037      </property>
0038      <addaction name="m_addVectorialMap"/>
0039      <addaction name="m_newNoteAction"/>
0040      <addaction name="m_newSharedNote"/>
0041      <addaction name="m_newMindmap"/>
0042     </widget>
0043     <widget class="QMenu" name="menu_Open">
0044      <property name="title">
0045       <string>&amp;Open</string>
0046      </property>
0047      <addaction name="m_openVectorialMap"/>
0048      <addaction name="m_openWebViewAct"/>
0049      <addaction name="m_openPictureAction"/>
0050      <addaction name="m_openNoteAction"/>
0051      <addaction name="m_openCharacterSheet"/>
0052      <addaction name="m_openShareNote"/>
0053      <addaction name="m_openPdfAct"/>
0054      <addaction name="m_openMindmap"/>
0055     </widget>
0056     <addaction name="menu_New"/>
0057     <addaction name="menu_Open"/>
0058     <addaction name="separator"/>
0059     <addaction name="m_closeAction"/>
0060     <addaction name="separator"/>
0061     <addaction name="m_preferencesAction"/>
0062     <addaction name="separator"/>
0063     <addaction name="m_quitAction"/>
0064    </widget>
0065    <widget class="QMenu" name="m_menuSubWindows">
0066     <property name="title">
0067      <string>Sub-&amp;Windows</string>
0068     </property>
0069     <widget class="QMenu" name="menuReorganize">
0070      <property name="title">
0071       <string>Reorganize</string>
0072      </property>
0073      <addaction name="m_tabViewAction"/>
0074      <addaction name="m_cascadeViewAction"/>
0075      <addaction name="m_tileViewAction"/>
0076     </widget>
0077     <addaction name="m_mediaTitleAct"/>
0078     <addaction name="menuReorganize"/>
0079     <addaction name="separator"/>
0080     <addaction name="m_showChatAct"/>
0081     <addaction name="m_audioPlayerAct"/>
0082     <addaction name="m_characterListAct"/>
0083     <addaction name="m_notificationAct"/>
0084     <addaction name="separator"/>
0085    </widget>
0086    <widget class="QMenu" name="menuNetwork">
0087     <property name="title">
0088      <string>&amp;Network</string>
0089     </property>
0090     <addaction name="m_changeProfileAct"/>
0091     <addaction name="m_disconnectAction"/>
0092     <addaction name="separator"/>
0093     <addaction name="m_connectionLinkAct"/>
0094     <addaction name="m_keyGeneratorAct"/>
0095     <addaction name="separator"/>
0096     <addaction name="m_roomListAct"/>
0097    </widget>
0098    <widget class="QMenu" name="menuHelp">
0099     <property name="title">
0100      <string>&amp;Help</string>
0101     </property>
0102     <addaction name="m_onlineHelpAction"/>
0103     <addaction name="separator"/>
0104     <addaction name="m_patreon"/>
0105     <addaction name="m_supportRolisteam"/>
0106     <addaction name="m_aboutAction"/>
0107    </widget>
0108    <widget class="QMenu" name="m_editMenu">
0109     <property name="title">
0110      <string>&amp;Edit</string>
0111     </property>
0112     <addaction name="separator"/>
0113     <addaction name="m_copyAct"/>
0114     <addaction name="m_pasteAct"/>
0115     <addaction name="separator"/>
0116     <addaction name="m_shortCutEditorAct"/>
0117     <addaction name="m_fullScreenAct"/>
0118    </widget>
0119    <widget class="QMenu" name="m_gmToolBoxMenu">
0120     <property name="title">
0121      <string>&amp;GM ToolBoxes</string>
0122     </property>
0123    </widget>
0124    <widget class="QMenu" name="m_campaignMenu">
0125     <property name="title">
0126      <string>&amp;Campaign</string>
0127     </property>
0128     <addaction name="m_openCampaignAction"/>
0129     <addaction name="m_saveCampaignAction"/>
0130     <addaction name="m_saveCampaignAsAct"/>
0131     <addaction name="separator"/>
0132     <addaction name="m_diceAliasAct"/>
0133     <addaction name="m_statesAct"/>
0134     <addaction name="m_statisticAct"/>
0135     <addaction name="separator"/>
0136     <addaction name="m_importFromCampaign"/>
0137     <addaction name="separator"/>
0138     <addaction name="m_campaignPropertiesAct"/>
0139    </widget>
0140    <widget class="QMenu" name="m_historyMenu">
0141     <property name="title">
0142      <string>&amp;History</string>
0143     </property>
0144     <addaction name="m_manageHistoryAct"/>
0145     <addaction name="m_cleanHistoryAct"/>
0146     <addaction name="separator"/>
0147    </widget>
0148    <addaction name="m_fileMenu"/>
0149    <addaction name="m_historyMenu"/>
0150    <addaction name="m_campaignMenu"/>
0151    <addaction name="m_editMenu"/>
0152    <addaction name="m_menuSubWindows"/>
0153    <addaction name="menuNetwork"/>
0154    <addaction name="m_gmToolBoxMenu"/>
0155    <addaction name="menuHelp"/>
0156   </widget>
0157   <widget class="QStatusBar" name="statusbar"/>
0158   <widget class="QToolBar" name="m_toolBar">
0159    <property name="windowTitle">
0160     <string>toolBar</string>
0161    </property>
0162    <attribute name="toolBarArea">
0163     <enum>TopToolBarArea</enum>
0164    </attribute>
0165    <attribute name="toolBarBreak">
0166     <bool>false</bool>
0167    </attribute>
0168    <addaction name="separator"/>
0169    <addaction name="m_copyAct"/>
0170    <addaction name="m_pasteAct"/>
0171    <addaction name="m_showChatAct"/>
0172    <addaction name="separator"/>
0173   </widget>
0174   <action name="m_closeAction">
0175    <property name="text">
0176     <string>Close File</string>
0177    </property>
0178    <property name="shortcut">
0179     <string>Ctrl+Esc</string>
0180    </property>
0181   </action>
0182   <action name="m_preferencesAction">
0183    <property name="icon">
0184     <iconset theme="settings">
0185      <normaloff>.</normaloff>.</iconset>
0186    </property>
0187    <property name="text">
0188     <string>Preferences…</string>
0189    </property>
0190    <property name="shortcut">
0191     <string>Ctrl+P</string>
0192    </property>
0193   </action>
0194   <action name="m_quitAction">
0195    <property name="icon">
0196     <iconset theme="exit">
0197      <normaloff>.</normaloff>.</iconset>
0198    </property>
0199    <property name="text">
0200     <string>Quit</string>
0201    </property>
0202    <property name="shortcut">
0203     <string>Ctrl+Q</string>
0204    </property>
0205   </action>
0206   <action name="m_tabViewAction">
0207    <property name="checkable">
0208     <bool>true</bool>
0209    </property>
0210    <property name="text">
0211     <string>Tab</string>
0212    </property>
0213    <property name="shortcut">
0214     <string>F2</string>
0215    </property>
0216   </action>
0217   <action name="m_cascadeViewAction">
0218    <property name="text">
0219     <string>Cascade</string>
0220    </property>
0221    <property name="shortcut">
0222     <string>Alt+C</string>
0223    </property>
0224   </action>
0225   <action name="m_tileViewAction">
0226    <property name="text">
0227     <string>Tile</string>
0228    </property>
0229    <property name="shortcut">
0230     <string>Alt+T</string>
0231    </property>
0232   </action>
0233   <action name="m_disconnectAction">
0234    <property name="text">
0235     <string>Disconnection…</string>
0236    </property>
0237   </action>
0238   <action name="m_onlineHelpAction">
0239    <property name="text">
0240     <string>Rolisteam Help</string>
0241    </property>
0242    <property name="toolTip">
0243     <string>online documentation</string>
0244    </property>
0245    <property name="shortcut">
0246     <string>F1</string>
0247    </property>
0248   </action>
0249   <action name="m_aboutAction">
0250    <property name="icon">
0251     <iconset theme="1000-symbole">
0252      <normaloff>.</normaloff>.</iconset>
0253    </property>
0254    <property name="text">
0255     <string>About Rolisteam</string>
0256    </property>
0257   </action>
0258   <action name="m_newNoteAction">
0259    <property name="icon">
0260     <iconset theme="text-x-generic">
0261      <normaloff>.</normaloff>.</iconset>
0262    </property>
0263    <property name="text">
0264     <string>Note</string>
0265    </property>
0266    <property name="shortcut">
0267     <string>Ctrl+N</string>
0268    </property>
0269   </action>
0270   <action name="m_openPictureAction">
0271    <property name="icon">
0272     <iconset theme="image-x-generic">
0273      <normaloff>.</normaloff>.</iconset>
0274    </property>
0275    <property name="text">
0276     <string>Picture</string>
0277    </property>
0278    <property name="shortcut">
0279     <string>Ctrl+I</string>
0280    </property>
0281   </action>
0282   <action name="m_openNoteAction">
0283    <property name="icon">
0284     <iconset theme="text-x-generic">
0285      <normaloff>.</normaloff>.</iconset>
0286    </property>
0287    <property name="text">
0288     <string>Note</string>
0289    </property>
0290    <property name="shortcut">
0291     <string>Ctrl+Shift+N</string>
0292    </property>
0293   </action>
0294   <action name="m_openCampaignAction">
0295    <property name="icon">
0296     <iconset theme="story">
0297      <normaloff>.</normaloff>.</iconset>
0298    </property>
0299    <property name="text">
0300     <string>Open Campaign</string>
0301    </property>
0302    <property name="shortcut">
0303     <string>Ctrl+E</string>
0304    </property>
0305   </action>
0306   <action name="m_openOnlinePictureAction">
0307    <property name="icon">
0308     <iconset theme="image-x-generic">
0309      <normaloff>.</normaloff>.</iconset>
0310    </property>
0311    <property name="text">
0312     <string>Online Picture</string>
0313    </property>
0314    <property name="shortcut">
0315     <string>Ctrl+Shift+I</string>
0316    </property>
0317   </action>
0318   <action name="m_audioPlayerAct">
0319    <property name="checkable">
0320     <bool>true</bool>
0321    </property>
0322    <property name="icon">
0323     <iconset theme="multimedia-player">
0324      <normaloff>.</normaloff>.</iconset>
0325    </property>
0326    <property name="text">
0327     <string>Audio Player</string>
0328    </property>
0329    <property name="shortcut">
0330     <string>Alt+A</string>
0331    </property>
0332   </action>
0333   <action name="m_notificationAct">
0334    <property name="checkable">
0335     <bool>true</bool>
0336    </property>
0337    <property name="icon">
0338     <iconset theme="bell">
0339      <normaloff>.</normaloff>.</iconset>
0340    </property>
0341    <property name="text">
0342     <string>Notification Zone</string>
0343    </property>
0344    <property name="shortcut">
0345     <string>Alt+N</string>
0346    </property>
0347   </action>
0348   <action name="m_characterListAct">
0349    <property name="checkable">
0350     <bool>true</bool>
0351    </property>
0352    <property name="icon">
0353     <iconset theme="userlisticon">
0354      <normaloff>.</normaloff>.</iconset>
0355    </property>
0356    <property name="text">
0357     <string>Character List</string>
0358    </property>
0359    <property name="shortcut">
0360     <string>Alt+C</string>
0361    </property>
0362   </action>
0363   <action name="m_toolBarAct">
0364    <property name="checkable">
0365     <bool>true</bool>
0366    </property>
0367    <property name="text">
0368     <string>ToolBar</string>
0369    </property>
0370    <property name="shortcut">
0371     <string>F8</string>
0372    </property>
0373   </action>
0374   <action name="m_addVectorialMap">
0375    <property name="icon">
0376     <iconset theme="vmap">
0377      <normaloff>.</normaloff>.</iconset>
0378    </property>
0379    <property name="text">
0380     <string>Map</string>
0381    </property>
0382    <property name="shortcut">
0383     <string>Ctrl+M</string>
0384    </property>
0385   </action>
0386   <action name="m_openVectorialMap">
0387    <property name="icon">
0388     <iconset theme="vmap">
0389      <normaloff>.</normaloff>.</iconset>
0390    </property>
0391    <property name="text">
0392     <string>Map</string>
0393    </property>
0394    <property name="shortcut">
0395     <string>Ctrl+Shift+M</string>
0396    </property>
0397   </action>
0398   <action name="m_showHealtStatusAction">
0399    <property name="checkable">
0400     <bool>true</bool>
0401    </property>
0402    <property name="text">
0403     <string>Show Health State</string>
0404    </property>
0405    <property name="shortcut">
0406     <string>F6</string>
0407    </property>
0408   </action>
0409   <action name="m_changeProfileAct">
0410    <property name="text">
0411     <string>Change Profile…</string>
0412    </property>
0413   </action>
0414   <action name="m_openCharacterSheet">
0415    <property name="icon">
0416     <iconset theme="treeview">
0417      <normaloff>.</normaloff>.</iconset>
0418    </property>
0419    <property name="text">
0420     <string>Character Sheet</string>
0421    </property>
0422    <property name="shortcut">
0423     <string>Ctrl+U</string>
0424    </property>
0425   </action>
0426   <action name="m_saveCampaignAction">
0427    <property name="icon">
0428     <iconset theme="story">
0429      <normaloff>.</normaloff>.</iconset>
0430    </property>
0431    <property name="text">
0432     <string>Save Campaign</string>
0433    </property>
0434    <property name="shortcut">
0435     <string>Ctrl+S</string>
0436    </property>
0437   </action>
0438   <action name="m_roomListAct">
0439    <property name="checkable">
0440     <bool>true</bool>
0441    </property>
0442    <property name="text">
0443     <string>Room List</string>
0444    </property>
0445    <property name="shortcut">
0446     <string>F10</string>
0447    </property>
0448   </action>
0449   <action name="m_newSharedNote">
0450    <property name="icon">
0451     <iconset theme="sharedEditor">
0452      <normaloff>.</normaloff>.</iconset>
0453    </property>
0454    <property name="text">
0455     <string>Shared Note</string>
0456    </property>
0457    <property name="shortcut">
0458     <string>Ctrl+K</string>
0459    </property>
0460   </action>
0461   <action name="m_openShareNote">
0462    <property name="icon">
0463     <iconset theme="sharedEditor">
0464      <normaloff>.</normaloff>.</iconset>
0465    </property>
0466    <property name="text">
0467     <string>Shared Note</string>
0468    </property>
0469    <property name="shortcut">
0470     <string>Ctrl+Shift+K</string>
0471    </property>
0472   </action>
0473   <action name="m_supportRolisteam">
0474    <property name="icon">
0475     <iconset theme="liberapay">
0476      <normaloff>.</normaloff>.</iconset>
0477    </property>
0478    <property name="text">
0479     <string>Support Rolisteam</string>
0480    </property>
0481   </action>
0482   <action name="m_shortCutEditorAct">
0483    <property name="text">
0484     <string>Shortcut Viewer…</string>
0485    </property>
0486    <property name="shortcut">
0487     <string>Ctrl+F1</string>
0488    </property>
0489   </action>
0490   <action name="m_fullScreenAct">
0491    <property name="checkable">
0492     <bool>true</bool>
0493    </property>
0494    <property name="text">
0495     <string>Full Screen</string>
0496    </property>
0497    <property name="shortcut">
0498     <string>F11</string>
0499    </property>
0500   </action>
0501   <action name="m_openPdfAct">
0502    <property name="icon">
0503     <iconset theme="pdfLogo">
0504      <normaloff>.</normaloff>.</iconset>
0505    </property>
0506    <property name="text">
0507     <string>PDF File</string>
0508    </property>
0509    <property name="shortcut">
0510     <string>Ctrl+D</string>
0511    </property>
0512   </action>
0513   <action name="m_connectionLinkAct">
0514    <property name="text">
0515     <string>Copy Connection Link…</string>
0516    </property>
0517   </action>
0518   <action name="m_openWebViewAct">
0519    <property name="icon">
0520     <iconset theme="text-html">
0521      <normaloff>.</normaloff>.</iconset>
0522    </property>
0523    <property name="text">
0524     <string>WebPage</string>
0525    </property>
0526    <property name="shortcut">
0527     <string>Ctrl+W</string>
0528    </property>
0529   </action>
0530   <action name="m_keyGeneratorAct">
0531    <property name="text">
0532     <string>Password Generator</string>
0533    </property>
0534   </action>
0535   <action name="m_currentMediaAs">
0536    <property name="text">
0537     <string>Current Media as…</string>
0538    </property>
0539   </action>
0540   <action name="m_patreon">
0541    <property name="icon">
0542     <iconset resource="../../../rolisteam.qrc">
0543      <normaloff>:/resources/rolistheme/Patreon_Mark_Coral.jpg</normaloff>:/resources/rolistheme/Patreon_Mark_Coral.jpg</iconset>
0544    </property>
0545    <property name="text">
0546     <string>Support Rolisteam</string>
0547    </property>
0548   </action>
0549   <action name="m_mediaTitleAct">
0550    <property name="checkable">
0551     <bool>true</bool>
0552    </property>
0553    <property name="text">
0554     <string>Media title in toolbar</string>
0555    </property>
0556   </action>
0557   <action name="m_newMindmap">
0558    <property name="icon">
0559     <iconset theme="mindmap" resource="../../../rolisteam.qrc">
0560      <normaloff>:/resources/rolistheme/mindmap.svg</normaloff>:/resources/rolistheme/mindmap.svg</iconset>
0561    </property>
0562    <property name="text">
0563     <string>Mindmap</string>
0564    </property>
0565    <property name="shortcut">
0566     <string>Ctrl+O</string>
0567    </property>
0568   </action>
0569   <action name="m_openMindmap">
0570    <property name="icon">
0571     <iconset theme="mindmap" resource="../../../rolisteam.qrc">
0572      <normaloff>:/resources/rolistheme/mindmap.svg</normaloff>:/resources/rolistheme/mindmap.svg</iconset>
0573    </property>
0574    <property name="text">
0575     <string>Mindmap</string>
0576    </property>
0577    <property name="shortcut">
0578     <string>Ctrl+Shift+O</string>
0579    </property>
0580   </action>
0581   <action name="m_showChatAct">
0582    <property name="checkable">
0583     <bool>true</bool>
0584    </property>
0585    <property name="icon">
0586     <iconset theme="chaticon">
0587      <normaloff>:/resources/rolistheme/chatIcon.png</normaloff>:/resources/rolistheme/chatIcon.png</iconset>
0588    </property>
0589    <property name="text">
0590     <string>Instant messaging</string>
0591    </property>
0592    <property name="toolTip">
0593     <string>Instant Messaging Window</string>
0594    </property>
0595    <property name="shortcut">
0596     <string>Alt+I</string>
0597    </property>
0598   </action>
0599   <action name="m_copyAct">
0600    <property name="icon">
0601     <iconset theme="edit-copy">
0602      <normaloff>.</normaloff>.</iconset>
0603    </property>
0604    <property name="text">
0605     <string>Copy</string>
0606    </property>
0607    <property name="shortcut">
0608     <string>Ctrl+C</string>
0609    </property>
0610    <property name="visible">
0611     <bool>false</bool>
0612    </property>
0613   </action>
0614   <action name="m_pasteAct">
0615    <property name="icon">
0616     <iconset theme="edit-paste">
0617      <normaloff>.</normaloff>.</iconset>
0618    </property>
0619    <property name="text">
0620     <string>Paste</string>
0621    </property>
0622    <property name="shortcut">
0623     <string>Ctrl+V</string>
0624    </property>
0625    <property name="shortcutContext">
0626     <enum>Qt::ApplicationShortcut</enum>
0627    </property>
0628   </action>
0629   <action name="m_campaignPropertiesAct">
0630    <property name="text">
0631     <string>Properties</string>
0632    </property>
0633   </action>
0634   <action name="m_diceAliasAct">
0635    <property name="text">
0636     <string>Dice Alias</string>
0637    </property>
0638   </action>
0639   <action name="m_statesAct">
0640    <property name="text">
0641     <string>Character States</string>
0642    </property>
0643   </action>
0644   <action name="m_statisticAct">
0645    <property name="text">
0646     <string>Statistics</string>
0647    </property>
0648   </action>
0649   <action name="actionTheme">
0650    <property name="text">
0651     <string>Theme</string>
0652    </property>
0653   </action>
0654   <action name="m_newCampaignAct">
0655    <property name="text">
0656     <string>New Campaign</string>
0657    </property>
0658   </action>
0659   <action name="m_saveCampaignAsAct">
0660    <property name="text">
0661     <string>Save Campaign As…</string>
0662    </property>
0663   </action>
0664   <action name="actionNon_Playable_Characters">
0665    <property name="text">
0666     <string>Non Playable Characters</string>
0667    </property>
0668   </action>
0669   <action name="m_manageHistoryAct">
0670    <property name="text">
0671     <string>Manage…</string>
0672    </property>
0673   </action>
0674   <action name="actionRemove">
0675    <property name="text">
0676     <string>Remove…</string>
0677    </property>
0678   </action>
0679   <action name="m_cleanHistoryAct">
0680    <property name="text">
0681     <string>Clean</string>
0682    </property>
0683   </action>
0684   <action name="m_importFromCampaign">
0685    <property name="icon">
0686     <iconset theme="import"/>
0687    </property>
0688    <property name="text">
0689     <string>Import from another campaign…</string>
0690    </property>
0691   </action>
0692  </widget>
0693  <resources>
0694   <include location="../../../rolisteam.qrc"/>
0695   <include location="../../../rolisteam.qrc"/>
0696   <include location="../../../rolisteam.qrc"/>
0697  </resources>
0698  <connections>
0699   <connection>
0700    <sender>m_tabViewAction</sender>
0701    <signal>toggled(bool)</signal>
0702    <receiver>m_tileViewAction</receiver>
0703    <slot>setDisabled(bool)</slot>
0704    <hints>
0705     <hint type="sourcelabel">
0706      <x>-1</x>
0707      <y>-1</y>
0708     </hint>
0709     <hint type="destinationlabel">
0710      <x>-1</x>
0711      <y>-1</y>
0712     </hint>
0713    </hints>
0714   </connection>
0715   <connection>
0716    <sender>m_tabViewAction</sender>
0717    <signal>toggled(bool)</signal>
0718    <receiver>m_cascadeViewAction</receiver>
0719    <slot>setDisabled(bool)</slot>
0720    <hints>
0721     <hint type="sourcelabel">
0722      <x>-1</x>
0723      <y>-1</y>
0724     </hint>
0725     <hint type="destinationlabel">
0726      <x>-1</x>
0727      <y>-1</y>
0728     </hint>
0729    </hints>
0730   </connection>
0731  </connections>
0732 </ui>