Skip to content
Snippets Groups Projects
Commit a21c5aa0 authored by Baton Théau's avatar Baton Théau
Browse files

Les outils fonctionnent sur tout les onglet

parent d25b3f58
No related branches found
No related tags found
1 merge request!2Dev
......@@ -11,7 +11,7 @@ namespace ui {
: _selector(selector), _tabs(tabs) {
QObject::connect(this->_selector, SIGNAL(selectItem(QFileInfo)), this, SLOT(newView(QFileInfo)));
QObject::connect(this->_selector, SIGNAL(dropItem(QFileInfo)), this, SLOT(deleteView(QFileInfo)));
QObject::connect(this->_tabs, SIGNAL(currentChanged(int)), this, SLOT(changeView(int)));
QObject::connect(this->_tabs, SIGNAL(tabCloseRequested(int)), this, SLOT(deleteView(int)));
}
......
......@@ -4,6 +4,7 @@
#include <QFileInfo>
#include <QMap>
#include <QPointer>
#include <QTableWidgetItem>
#include "../files/fileselector.h"
#include "imagearea.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment