mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T717, initial UI components for model browser
This commit is contained in:
committed by
Mat Sutcliffe
parent
c9d5a18421
commit
1409dae355
19
src/blackgui/components/modelbrowsercomponent.ui
Normal file
19
src/blackgui/components/modelbrowsercomponent.ui
Normal 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>
|
||||
Reference in New Issue
Block a user