UI for operation's setup sheet.

This commit is contained in:
Markus Lampert
2018-08-19 13:33:55 -07:00
parent 660b9b38d4
commit b93d39f701
2 changed files with 25 additions and 0 deletions

View File

@@ -91,6 +91,7 @@
<file>panels/PathEdit.ui</file>
<file>panels/PointEdit.ui</file>
<file>panels/SetupGlobal.ui</file>
<file>panels/SetupOp.ui</file>
<file>panels/ToolEditor.ui</file>
<file>panels/ToolLibraryEditor.ui</file>
<file>panels/TaskPathSimulator.ui</file>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>637</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="prop"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>