forked from len0rd/rockbox
Theme Editor: Began working on device status dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d6156603c
commit
58ad1e7c4b
7 changed files with 229 additions and 9 deletions
|
@ -155,6 +155,8 @@ void EditorWindow::setupMenus()
|
|||
this, SLOT(showPanel()));
|
||||
QObject::connect(ui->actionPreview_Panel, SIGNAL(triggered()),
|
||||
this, SLOT(showPanel()));
|
||||
QObject::connect(ui->actionDevice_Configuration, SIGNAL(triggered()),
|
||||
&deviceConfig, SLOT(show()));
|
||||
|
||||
/* Connecting the document management actions */
|
||||
QObject::connect(ui->actionNew_Document, SIGNAL(triggered()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue