From: APTX Date: Sat, 16 Aug 2014 10:56:16 +0000 (+0200) Subject: Add menu.ui to the project. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=69742fe7ac02ef14cc1e7a9dcd255aaadde340a2;p=aniplayer2.git Add menu.ui to the project. This file remained untracked by accident. --- diff --git a/player/menu.ui b/player/menu.ui new file mode 100644 index 0000000..6fcc172 --- /dev/null +++ b/player/menu.ui @@ -0,0 +1,121 @@ + + + Menu + + + + 0 + 0 + 395 + 79 + + + + + 0 + 0 + + + + Menu + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 16777215 + 0 + + + + background-color:red; + + + + + + 0 + 0 + 395 + 21 + + + + + 16777215 + 16777215 + + + + + + Main Bar + + + TopToolBarArea + + + false + + + + + + Play Bar + + + TopToolBarArea + + + true + + + + + Seek Bar + + + TopToolBarArea + + + true + + + + + Time + + + TopToolBarArea + + + false + + + + + Volume + + + TopToolBarArea + + + false + + + + + + + diff --git a/player/player.pro b/player/player.pro index e7894af..e8a9d1c 100644 --- a/player/player.pro +++ b/player/player.pro @@ -7,7 +7,7 @@ TEMPLATE = app TARGET = aniplayer DESTDIR = ../build -HEADERS += mainwindow.h \ +HEADERS += mainwindow.h \ menu.h \ seekslider.h \ versiondialog.h \ @@ -20,7 +20,7 @@ SOURCES += main.cpp\ versiondialog.cpp \ configdialog.cpp -FORMS += mainwindow.ui \ +FORMS += mainwindow.ui \ menu.ui \ configdialog.ui