#include "mainwindow.h"
#include "skinkeyitem.h"
#include "controller/generalpurposecon.h"
+#include "resource/ui_strings.h"
DockingConView::DockingConView(QWidget *parent,
ControllerForm *conForm, QGraphicsScene *scene) : SkinView(parent, scene)
this->conViewStat = CONVIEW_RELEASED;
setFocusPolicy(Qt::NoFocus);
- setStyleSheet("background: transparent");
+ setStyleSheet("DockingConView { background: transparent; border-style: none; }" +
+ QString(STYLE_TOOLTIP));
rubberPos = QPoint(-1, -1);
rubberBand = new QRubberBand(QRubberBand::Rectangle, NULL);
#include "mainwindow.h"
#include "skinkeyitem.h"
#include "controller/generalpurposecon.h"
+#include "resource/ui_strings.h"
#define DOCKABLE_AREA_WIDTH 30
{
this->parent = (FloatingController *)parent;
- setStyleSheet("background: transparent");
+ setStyleSheet("FloatingConView { background: transparent; border-style: none; }" +
+ QString(STYLE_TOOLTIP));
conPos = QPoint(-1, -1);
rubberBand = new QRubberBand(QRubberBand::Rectangle, NULL);