aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/encouragementwidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/encouragementwidget.ui')
-rw-r--r--src/ui/encouragementwidget.ui71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/ui/encouragementwidget.ui b/src/ui/encouragementwidget.ui
new file mode 100644
index 0000000..19f24a1
--- /dev/null
+++ b/src/ui/encouragementwidget.ui
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>UsageStatistic::Internal::EncouragementWidget</class>
+ <widget class="QWidget" name="UsageStatistic::Internal::EncouragementWidget">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>572</width>
+ <height>70</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="lblMsg">
+ <property name="text">
+ <string>Message here...</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QPushButton" name="pbOptions">
+ <property name="text">
+ <string>&amp;Adjust telemetry settings</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </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>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>