Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
common-mistakes.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4
//! [1]
5
QPushButton
{
6
color: grey;
7
border-image: url(/home/kamlie/code/button.png) 3 10 3 10;
8
border-top: 3px transparent;
9
border-bottom: 3px transparent;
10
border-right: 10px transparent;
11
border-left: 10px transparent;
12
}
13
//! [1]
QPushButton
The QPushButton widget provides a command button.
Definition
qpushbutton.h:21
qtbase
src
widgets
doc
snippets
stylesheet
common-mistakes.cpp
Generated on
for Qt by
1.14.0