Ref T717, initial UI components for model browser

This commit is contained in:
Klaus Basan
2019-08-24 20:18:42 +02:00
committed by Mat Sutcliffe
parent c9d5a18421
commit 1409dae355
10 changed files with 259 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CModelBrowserComponent</class>
<widget class="QFrame" name="CModelBrowserComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>Model browser</string>
</property>
</widget>
<resources/>
<connections/>
</ui>