aboutsummaryrefslogtreecommitdiffstats
path: root/SampleNavigationApp/mainwindow.ui
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-12 17:20:44 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-12 17:20:44 +0100
commit4f911d73e2a9a18c3d273b5deb3f1fc952ee68d2 (patch)
tree0f27f14dff057f9b64b97b5fc2f3e2c0ee539557 /SampleNavigationApp/mainwindow.ui
parent4088de47844451c7b331a612d41a0ec5fc7db53a (diff)
Remove SampleMediaApp and SampleNavigationApp
No longer needed as QML examples Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'SampleNavigationApp/mainwindow.ui')
-rw-r--r--SampleNavigationApp/mainwindow.ui64
1 files changed, 0 insertions, 64 deletions
diff --git a/SampleNavigationApp/mainwindow.ui b/SampleNavigationApp/mainwindow.ui
deleted file mode 100644
index 8cfcd1e..0000000
--- a/SampleNavigationApp/mainwindow.ui
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(85, 255, 255);</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>171</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Sample Navigation App</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>90</y>
- <width>100</width>
- <height>100</height>
- </rect>
- </property>
- <property name="text">
- <string>100x100px</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>260</y>
- <width>161</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>400x300px default size</string>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
-</ui>