Skip to content
Snippets Groups Projects
Commit 005f1c6f authored by Fabian Reister's avatar Fabian Reister
Browse files

improved ui

parent 05daa7b7
No related branches found
No related tags found
1 merge request!62Feature/location graph export
......@@ -125,50 +125,62 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
<height>130</height>
</size>
</property>
<property name="title">
<string>Export</string>
</property>
<widget class="QLineEdit" name="packageNameEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>113</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PriorKnowledgeData</string>
</property>
</widget>
<widget class="QLineEdit" name="packageDirectoryEdit">
<widget class="QPushButton" name="exportButton">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>113</width>
<x>30</x>
<y>100</y>
<width>84</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>navigation-graphs</string>
<string>Export</string>
</property>
</widget>
<widget class="QPushButton" name="exportButton">
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>84</width>
<height>28</height>
<x>0</x>
<y>30</y>
<width>308</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Export</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="packageNameEdit">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>PriorKnowledgeData</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="packageDirectoryEdit">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>navigation-graphs</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment