more ui files instead of python generated ui
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QTreeView" name="treeView">
|
||||
<property name="iconSize"><size><width>28</width><height>28</height></size></property>
|
||||
<property name="styleSheet"><string notr="true">QTreeView::item { height: 32px; }</string></property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@@ -109,6 +111,7 @@
|
||||
<property name="bottomMargin"><number>0</number></property>
|
||||
<item>
|
||||
<widget class="QTreeView" name="documentTreeView">
|
||||
<property name="iconSize"><size><width>16</width><height>16</height></size></property>
|
||||
<property name="alternatingRowColors"><bool>true</bool></property>
|
||||
<property name="uniformRowHeights"><bool>true</bool></property>
|
||||
</widget>
|
||||
@@ -146,8 +149,6 @@
|
||||
<item><spacer name="workspaceHeaderSpacer"><property name="orientation"><enum>Qt::Orientation::Horizontal</enum></property><property name="sizeHint" stdset="0"><size><width>40</width><height>20</height></size></property></spacer></item>
|
||||
<item><widget class="QPushButton" name="applyJsonButton"><property name="text"><string>Apply JSON</string></property><property name="visible"><bool>false</bool></property></widget></item>
|
||||
<item><widget class="QToolButton" name="pointerToolButton"><property name="text"><string>Pointer</string></property><property name="checkable"><bool>true</bool></property><property name="checked"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property></widget></item>
|
||||
<item><widget class="QToolButton" name="inputToolButton"><property name="text"><string>Input</string></property><property name="toolTip"><string>Add an interface input</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property></widget></item>
|
||||
<item><widget class="QToolButton" name="outputToolButton"><property name="text"><string>Output</string></property><property name="toolTip"><string>Add an interface output</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property></widget></item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -167,9 +168,11 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="emptyPage">
|
||||
<property name="styleSheet"><string notr="true">background-color: #9a9a9a;</string></property>
|
||||
<layout class="QVBoxLayout" name="emptyPageLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="emptyWorkspaceLabel">
|
||||
<property name="styleSheet"><string notr="true">background: transparent; color: #202020;</string></property>
|
||||
<property name="text"><string>No document open</string></property>
|
||||
<property name="alignment"><set>Qt::AlignmentFlag::AlignCenter</set></property>
|
||||
</widget>
|
||||
@@ -311,6 +314,14 @@
|
||||
<attribute name="toolBarBreak"><bool>false</bool></attribute>
|
||||
<addaction name="actionRotateClockwise"/>
|
||||
</widget>
|
||||
<widget class="QToolBar" name="cameraToolbar">
|
||||
<property name="windowTitle"><string>Camera</string></property>
|
||||
<attribute name="toolBarArea"><enum>TopToolBarArea</enum></attribute>
|
||||
<attribute name="toolBarBreak"><bool>false</bool></attribute>
|
||||
<addaction name="actionZoomIn"/>
|
||||
<addaction name="actionZoomOut"/>
|
||||
<addaction name="actionCenterView"/>
|
||||
</widget>
|
||||
<action name="actionNew">
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/resources.qrc">
|
||||
@@ -335,6 +346,9 @@
|
||||
<property name="toolTip"><string>Rotate selected blocks clockwise by 90 degrees</string></property>
|
||||
<property name="shortcut"><string>Ctrl+R</string></property>
|
||||
</action>
|
||||
<action name="actionZoomIn"><property name="text"><string>Zoom In</string></property><property name="shortcut"><string>Ctrl++</string></property></action>
|
||||
<action name="actionZoomOut"><property name="text"><string>Zoom Out</string></property><property name="shortcut"><string>Ctrl+-</string></property></action>
|
||||
<action name="actionCenterView"><property name="text"><string>Center</string></property><property name="shortcut"><string>Ctrl+0</string></property></action>
|
||||
<action name="actionOpen">
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/resources.qrc">
|
||||
|
||||
Reference in New Issue
Block a user