313 lines
8.2 KiB
XML
313 lines
8.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1106</width>
|
|
<height>637</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Sanguine Studio</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">MainWindow {
|
|
background-color: rgb(34,34,34);
|
|
}</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="TabWidget" name="tabWidget"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1106</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuNew">
|
|
<property name="title">
|
|
<string>New</string>
|
|
</property>
|
|
<addaction name="actionNewText_File_txt"/>
|
|
<addaction name="actionNewGSC_File_gsc"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuOpen">
|
|
<property name="title">
|
|
<string>Open</string>
|
|
</property>
|
|
<addaction name="actionOpenText_File_txt"/>
|
|
<addaction name="actionOpenGSC_File_gsc"/>
|
|
</widget>
|
|
<addaction name="menuNew"/>
|
|
<addaction name="menuOpen"/>
|
|
<addaction name="actionOpen_Folder"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRecent_Files"/>
|
|
<addaction name="actionRecent_Folders"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSave_As"/>
|
|
<addaction name="actionSave_All"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionClose"/>
|
|
<addaction name="actionClose_All"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>Tools</string>
|
|
</property>
|
|
<addaction name="actionConsole"/>
|
|
<addaction name="actionDeveloperMode"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionClear_Saved_Data"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="actionRedLine_Solutions_Website"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionFive_State_Modding_Website"/>
|
|
<addaction name="action5SM_Discord"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionAbout_Sanguine"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuGSC">
|
|
<property name="title">
|
|
<string>GSC</string>
|
|
</property>
|
|
<addaction name="actionRemove_Comments"/>
|
|
<addaction name="actionBeautify_Code"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionCompress_Script"/>
|
|
<addaction name="actionDecompress_Script"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuGSC"/>
|
|
<addaction name="menuTools"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QDockWidget" name="dockWidget">
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QTreeWidget" name="treeWidget">
|
|
<property name="columnCount">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="supportedDragActions">
|
|
<set>Qt::DropAction::IgnoreAction</set>
|
|
</property>
|
|
<attribute name="headerVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<action name="actionOpen_Folder">
|
|
<property name="text">
|
|
<string>Open Folder</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNewText_File_txt">
|
|
<property name="text">
|
|
<string>Text File (*.txt)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNewGSC_File_gsc">
|
|
<property name="text">
|
|
<string>GSC File (*.gsc)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpenText_File_txt">
|
|
<property name="text">
|
|
<string>Text File (*.txt)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpenGSC_File_gsc">
|
|
<property name="text">
|
|
<string>GSC File (*.gsc)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave">
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_As">
|
|
<property name="text">
|
|
<string>Save As</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_All">
|
|
<property name="text">
|
|
<string>Save All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClose">
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClose_All">
|
|
<property name="text">
|
|
<string>Close All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConsole">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Console</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDeveloperMode">
|
|
<property name="text">
|
|
<string>Developer Mode</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGSC_Editor">
|
|
<property name="text">
|
|
<string>GSC Editor</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFF_Editor">
|
|
<property name="text">
|
|
<string>FF Editor</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFive_State_Modding_Website">
|
|
<property name="text">
|
|
<string>5SM Website</string>
|
|
</property>
|
|
</action>
|
|
<action name="action5SM_Discord">
|
|
<property name="text">
|
|
<string>5SM Discord</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout_Sanguine">
|
|
<property name="text">
|
|
<string>About Sanguine</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRedLine_Solutions_Website">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>RedLine Solutions Website</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRemove_Comments">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove Comments</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBeautify_Code">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Beautify Code</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCompress_Script">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Compress Script</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDecompress_Script">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Decompress Script</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRecent_Files">
|
|
<property name="text">
|
|
<string>Recent Files</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRecent_Folders">
|
|
<property name="text">
|
|
<string>Recent Folders</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClear_Saved_Data">
|
|
<property name="text">
|
|
<string>Clear Saved Data</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>TabWidget</class>
|
|
<extends>QTabWidget</extends>
|
|
<header>tabwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|