Qt
6.x
The Qt SDK
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
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
}
14
15
QPushButton
The QPushButton widget provides a command button.
Definition
qpushbutton.h:20
right
border right
Definition
common-mistakes.cpp:10
bottom
border bottom
Definition
common-mistakes.cpp:9
top
border top
Definition
common-mistakes.cpp:8
left
border left
Definition
common-mistakes.cpp:11
image
border image
Definition
common-mistakes.cpp:7
button
QPushButton * button
[2]
Definition
doc_src_properties.cpp:35
color
Definition
qssgutils_p.h:103
border
GLint GLenum GLsizei GLsizei GLsizei GLint border
Definition
qopengles2ext.h:603
url
QUrl url("example.com")
[constructor-url-reference]
Definition
src_corelib_io_qurl.cpp:19
qtbase
src
widgets
doc
snippets
stylesheet
common-mistakes.cpp
Generated by
1.9.7