summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/can.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-08-21 01:03:47 +0300
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-31 09:17:20 +0000
commit0982955739c6b98b9dbe63efb6575cbf01aee1ec (patch)
treeed5dada3a4741a573944df26de142393cb4141d5 /examples/serialbus/can/can.pro
parentd36bf099fcec17c19f42baea8ea313926544584b (diff)
Refactor the UI of CAN example application
* The SettingsDialog class is added * The menu-bar actions and icons are added * All widgets are wrapped with layouts * A code related to device accessing is modified Change-Id: I45d056951163441195f61df411669d1130a41867 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/serialbus/can/can.pro')
-rw-r--r--examples/serialbus/can/can.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/examples/serialbus/can/can.pro b/examples/serialbus/can/can.pro
index 3e85168..a5e2b19 100644
--- a/examples/serialbus/can/can.pro
+++ b/examples/serialbus/can/can.pro
@@ -4,8 +4,13 @@ TARGET = can
TEMPLATE = app
SOURCES += main.cpp \
- mainwindow.cpp
+ mainwindow.cpp \
+ settingsdialog.cpp
-HEADERS += mainwindow.h
+HEADERS += mainwindow.h \
+ settingsdialog.h
-FORMS += mainwindow.ui
+FORMS += mainwindow.ui \
+ settingsdialog.ui
+
+RESOURCES += can.qrc