Skip to content
Snippets Groups Projects
Commit d72be749 authored by Vitaly Fanaskov's avatar Vitaly Fanaskov
Browse files

Implemented basic UI layout

parent b0c96a07
No related branches found
No related tags found
No related merge requests found
......@@ -71,5 +71,3 @@ void UsageStatisticPage::configure()
} // namespace Internal
} // namespace UsageStatistic
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author/>
<comment/>
<exportmacro/>
<class>UsageStatistic::Internal::UsageStatisticWidget</class>
<widget name="UsageStatistic::Internal::UsageStatisticWidget" class="QWidget">
<widget class="QWidget" name="UsageStatistic::Internal::UsageStatisticWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>676</width>
<height>527</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5" stretch="1,9">
<item>
<widget class="QGroupBox" name="gbGeneral">
<property name="title">
<string>&amp;General</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="2,8">
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QComboBox" name="cbLvl"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QPlainTextEdit" name="pteTelemetryLvlDescription">
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="gbDataSources">
<property name="title">
<string>Data &amp;sources</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="2,8">
<item>
<widget class="QListWidget" name="lwDataSources"/>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="2,8">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="lblDataSourceDescription">
<property name="text">
<string>&amp;Description</string>
</property>
<property name="buddy">
<cstring>pteDataSourceDescription</cstring>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="pteDataSourceDescription">
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="lblCollectedData">
<property name="text">
<string>&amp;Collected Data</string>
</property>
<property name="buddy">
<cstring>pteCollectedData</cstring>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="pteCollectedData">
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<pixmapfunction/>
<resources/>
<connections/>
</ui>
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