mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #452 stash component (preparation, not yet implemented)
stashed mappings will be written in one step to DB
This commit is contained in:
committed by
Mathew Sutcliffe
parent
0a51c0a7b7
commit
89ed13276e
23
src/blackgui/components/dbstashcomponent.ui
Normal file
23
src/blackgui/components/dbstashcomponent.ui
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version='1.0'?>
|
||||
<ui version="4.0">
|
||||
<class>CDbStashComponent</class>
|
||||
<widget class="QFrame" name="CDbStashComponent">
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>300</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
</property>
|
||||
</widget>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user