15 lines
237 B
Plaintext
15 lines
237 B
Plaintext
|
/**
|
||
|
* QDOCKWIDGET TOOLTIP STYLESHEET
|
||
|
* ------------------------------
|
||
|
*/
|
||
|
|
||
|
QAbstractButton#qt_dockwidget_closebutton
|
||
|
{
|
||
|
qproperty-toolTip: "Close";
|
||
|
}
|
||
|
|
||
|
QAbstractButton#qt_dockwidget_floatbutton
|
||
|
{
|
||
|
qproperty-toolTip: "Detach";
|
||
|
}
|