From b822e885de2e8df5dcb0b502a3d14d145cb0d7ad Mon Sep 17 00:00:00 2001 From: rogo Date: Wed, 17 Jan 2018 19:22:55 +0100 Subject: [PATCH] untested ui things --- mainwindow.ui | 197 +++++++++++++++++++++++++++++++++++++++++++++++--- yremote.pro | 2 + 2 files changed, 188 insertions(+), 11 deletions(-) diff --git a/mainwindow.ui b/mainwindow.ui index 6050363..8d0f8dc 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1,24 +1,199 @@ + MainWindow - - + + 0 0 - 400 - 300 + 500 + 225 - + MainWindow - - - - + + + + + 370 + 10 + 121 + 121 + + + + + + + 170 + 10 + 181 + 21 + + + + 10.0.0.5 + + + Qt::AlignCenter + + + + + + 370 + 130 + 121 + 31 + + + + + Source Code Pro Medium + 16 + + + + QFrame::StyledPanel + + + QFrame::Sunken + + + -66.5 + + + Qt::AlignCenter + + + + + + 120 + 10 + 51 + 21 + + + + Address: + + + + + + 10 + 40 + 201 + 121 + + + + Input + + + + + 10 + 30 + 80 + 21 + + + + HDMI 1 + + + + + + 10 + 60 + 80 + 21 + + + + HDMI 2 + + + + + + 10 + 90 + 80 + 21 + + + + HDMI 3 + + + + + + 110 + 30 + 80 + 21 + + + + Spotify + + + + + + 110 + 60 + 80 + 21 + + + + Airplay + + + + + + + 20 + 10 + 80 + 21 + + + + On + + + + + + + 0 + 0 + 500 + 20 + + + + + + TopToolBarArea + + + false + + + - - + diff --git a/yremote.pro b/yremote.pro index b695103..0a73608 100644 --- a/yremote.pro +++ b/yremote.pro @@ -11,6 +11,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = yremote TEMPLATE = app +#CONFIG += c++11 + # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the