generaci?n de codigo qr mediqante qrcode implementada

This commit is contained in:
Luis Ángel San Martín
2012-09-07 16:18:57 +02:00
parent 6373649672
commit 51b62edc71
8 changed files with 117 additions and 3 deletions

View File

@ -28,6 +28,7 @@
#include "treemodel.h"
#include "tablemodel.h"
#include "treeitem.h"
#include "server_config_dialog.h"
class LibraryWindow : public QMainWindow
{
@ -98,6 +99,7 @@ private:
QAction * renameLibraryAction;
QAction * toggleFullScreenAction;
QAction * optionsAction;
QAction * serverConfigAction;
//tree actions
QAction * setRootIndexAction;
@ -126,6 +128,7 @@ private:
QToolBar * editInfoToolBar;
OptionsDialog * optionsDialog;
ServerConfigDialog * serverConfigDialog;
QString libraryPath;
QString comicsPath;