git-svn-id: svn://db.shs.com.ru/libs@421 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-09-07 08:37:44 +00:00
parent 38bb2244d5
commit b6bad7a921
12 changed files with 174 additions and 41 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1125</width>
<height>905</height>
<height>1056</height>
</rect>
</property>
<property name="windowTitle">
@@ -21,7 +21,16 @@
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<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>
<item>
@@ -44,7 +53,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@@ -1066,7 +1075,7 @@
<x>0</x>
<y>0</y>
<width>1125</width>
<height>26</height>
<height>24</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -1087,7 +1096,7 @@
<widget class="QStatusBar" name="statusBar_"/>
<action name="actionExit">
<property name="icon">
<iconset resource="qglview.qrc">
<iconset>
<normaloff>:/icons/application-exit.png</normaloff>:/icons/application-exit.png</iconset>
</property>
<property name="text">
@@ -1096,7 +1105,7 @@
</action>
<action name="actionImport">
<property name="icon">
<iconset resource="qglview.qrc">
<iconset>
<normaloff>:/icons/document-import.png</normaloff>:/icons/document-import.png</iconset>
</property>
<property name="text">
@@ -1108,7 +1117,7 @@
</action>
<action name="actionOpen">
<property name="icon">
<iconset resource="qglview.qrc">
<iconset resource="../../../SM/src/SignalModelling/signalmodelling.qrc">
<normaloff>:/icons/document-open.png</normaloff>:/icons/document-open.png</iconset>
</property>
<property name="text">
@@ -1120,7 +1129,7 @@
</action>
<action name="actionSave">
<property name="icon">
<iconset resource="qglview.qrc">
<iconset resource="../../../SM/src/SignalModelling/signalmodelling.qrc">
<normaloff>:/icons/document-save-all.png</normaloff>:/icons/document-save-all.png</iconset>
</property>
<property name="text">
@@ -1132,7 +1141,7 @@
</action>
<action name="actionReset">
<property name="icon">
<iconset resource="qglview.qrc">
<iconset resource="../../../SM/src/SMBricks/SM_plugins/signal_process/icons.qrc">
<normaloff>:/icons/document-new.png</normaloff>:/icons/document-new.png</iconset>
</property>
<property name="text">
@@ -1144,7 +1153,7 @@
</action>
<action name="actionSaveSelected">
<property name="icon">
<iconset resource="qglview.qrc">
<iconset resource="../../../SM/src/SMBricks/SM_plugins/signal_process/icons.qrc">
<normaloff>:/icons/document-save-.png</normaloff>:/icons/document-save-.png</iconset>
</property>
<property name="text">
@@ -1172,13 +1181,13 @@
<customwidget>
<class>QGLView</class>
<extends>QWidget</extends>
<header>qglview.h</header>
<header location="global">qglview.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>MaterialEditor</class>
<extends>QWidget</extends>
<header>material_editor.h</header>
<header location="global">material_editor.h</header>
<container>1</container>
</customwidget>
<customwidget>
@@ -1193,8 +1202,6 @@
<header>propertyeditor.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="qglview.qrc"/>
</resources>
<resources/>
<connections/>
</ui>