src/mainwindow.ui

Wed, 25 May 2022 17:42:02 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Wed, 25 May 2022 17:42:02 +0300
changeset 193
b4beff48bb7a
parent 183
97b591813c8b
child 202
b05af0bab735
permissions
-rw-r--r--

Simplify PolygonCache

<?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>800</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>LDForge</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
     <widget class="QTabWidget" name="tabs">
      <property name="tabsClosable">
       <bool>true</bool>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>800</width>
     <height>27</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="title">
     <string>File</string>
    </property>
    <widget class="QMenu" name="menuRecentFiles">
     <property name="title">
      <string>Recent files</string>
     </property>
    </widget>
    <addaction name="actionNew"/>
    <addaction name="actionOpen"/>
    <addaction name="menuRecentFiles"/>
    <addaction name="actionSave"/>
    <addaction name="actionSaveAs"/>
    <addaction name="actionClose"/>
    <addaction name="separator"/>
    <addaction name="actionSettingsEditor"/>
    <addaction name="separator"/>
    <addaction name="actionQuit"/>
   </widget>
   <widget class="QMenu" name="menuView">
    <property name="title">
     <string>View</string>
    </property>
    <addaction name="actionRenderStyleNormal"/>
    <addaction name="actionRenderStyleBfc"/>
    <addaction name="actionRenderStyleRandom"/>
    <addaction name="actionRenderStylePickScene"/>
    <addaction name="separator"/>
    <addaction name="actionAdjustGridToView"/>
    <addaction name="actionDrawAxes"/>
   </widget>
   <widget class="QMenu" name="menuEdit">
    <property name="title">
     <string>Edit</string>
    </property>
    <addaction name="actionInvert"/>
    <addaction name="actionDelete"/>
    <addaction name="separator"/>
    <addaction name="actionGridFine"/>
    <addaction name="actionGridMedium"/>
    <addaction name="actionGridCoarse"/>
   </widget>
   <addaction name="menuFile"/>
   <addaction name="menuView"/>
   <addaction name="menuEdit"/>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <widget class="QToolBar" name="fileToolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionNew"/>
   <addaction name="actionOpen"/>
   <addaction name="actionSave"/>
   <addaction name="actionSaveAs"/>
  </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>
   <addaction name="actionRenderStyleNormal"/>
   <addaction name="actionRenderStyleBfc"/>
   <addaction name="actionRenderStyleRandom"/>
   <addaction name="actionDrawAxes"/>
  </widget>
  <widget class="QToolBar" name="editToolBar">
   <property name="windowTitle">
    <string>toolBar_2</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionInvert"/>
   <addaction name="actionDelete"/>
   <addaction name="actionGridFine"/>
   <addaction name="actionGridMedium"/>
   <addaction name="actionGridCoarse"/>
  </widget>
  <action name="actionQuit">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
   </property>
   <property name="text">
    <string>Quit</string>
   </property>
  </action>
  <action name="actionOpen">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/folder-open-outline.png</normaloff>:/icons/folder-open-outline.png</iconset>
   </property>
   <property name="text">
    <string>Open…</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+O</string>
   </property>
  </action>
  <action name="actionNew">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/document-outline.png</normaloff>:/icons/document-outline.png</iconset>
   </property>
   <property name="text">
    <string>New</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+N</string>
   </property>
  </action>
  <action name="actionSettingsEditor">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/settings-outline.png</normaloff>:/icons/settings-outline.png</iconset>
   </property>
   <property name="text">
    <string>Preferences…</string>
   </property>
  </action>
  <action name="actionRenderStyleNormal">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/renderstyle-normal.png</normaloff>:/icons/renderstyle-normal.png</iconset>
   </property>
   <property name="text">
    <string>Normal colours</string>
   </property>
  </action>
  <action name="actionRenderStyleBfc">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/renderstyle-bfc.png</normaloff>:/icons/renderstyle-bfc.png</iconset>
   </property>
   <property name="text">
    <string>BFC color coding</string>
   </property>
  </action>
  <action name="actionRenderStyleRandom">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/renderstyle-randomcolors.png</normaloff>:/icons/renderstyle-randomcolors.png</iconset>
   </property>
   <property name="text">
    <string>Random colours</string>
   </property>
  </action>
  <action name="actionRenderStylePickScene">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Pick scene colours</string>
   </property>
  </action>
  <action name="actionAdjustGridToView">
   <property name="text">
    <string>Adjust grid to view</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+G</string>
   </property>
  </action>
  <action name="actionSave">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset>
   </property>
   <property name="text">
    <string>Save</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+S</string>
   </property>
  </action>
  <action name="actionSaveAs">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/save-as-outline.png</normaloff>:/icons/save-as-outline.png</iconset>
   </property>
   <property name="text">
    <string>Save as…</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+S</string>
   </property>
  </action>
  <action name="actionClose">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/close-circle-outline.png</normaloff>:/icons/close-circle-outline.png</iconset>
   </property>
   <property name="text">
    <string>Close</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+W</string>
   </property>
  </action>
  <action name="actionDelete">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/trash-bin-outline.png</normaloff>:/icons/trash-bin-outline.png</iconset>
   </property>
   <property name="text">
    <string>Delete</string>
   </property>
   <property name="shortcut">
    <string>Del</string>
   </property>
  </action>
  <action name="actionDrawAxes">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset>
   </property>
   <property name="text">
    <string>Draw axes</string>
   </property>
  </action>
  <action name="actionGridFine">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Fine grid</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+1</string>
   </property>
  </action>
  <action name="actionGridMedium">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Medium grid</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+2</string>
   </property>
  </action>
  <action name="actionGridCoarse">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Coarse grid</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+3</string>
   </property>
  </action>
  <action name="actionInvert">
   <property name="icon">
    <iconset resource="../ldforge.qrc">
     <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset>
   </property>
   <property name="text">
    <string>Invert</string>
   </property>
  </action>
 </widget>
 <resources>
  <include location="../ldforge.qrc"/>
 </resources>
 <connections/>
</ui>

mercurial