MCPcopy Create free account
hub / github.com/cxasm/notepad-- / CTipWin

Method CTipWin

src/ctipwin.cpp:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QTimer>
4
5CTipWin::CTipWin(QWidget *parent)
6 : QWidget(parent)
7{
8 ui.setupUi(this);
9 this->setWindowFlags(Qt::ToolTip);
10
11 QPalette palette(this->palette());
12 palette.setColor(QPalette::Window, QColor(0xfff29d));
13 this->setPalette(palette);
14}
15
16CTipWin::~CTipWin()
17{

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected