refs #452 stash component (preparation, not yet implemented)

stashed mappings will be written in one step to DB
This commit is contained in:
Klaus Basan
2015-09-24 01:14:15 +02:00
committed by Mathew Sutcliffe
parent 0a51c0a7b7
commit 89ed13276e
3 changed files with 117 additions and 0 deletions

View 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>