Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
javastyle.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui>
#include "javastyle.h"
#include <math.h>
+ Include dependency graph for javastyle.cpp:

Go to the source code of this file.

Variables

static const int windowsItemFrame = 2
 
static const int windowsSepHeight = 2
 
static const int windowsItemHMargin = 3
 
static const int windowsItemVMargin = 2
 
static const int windowsArrowHMargin = 6
 
static const int windowsTabSpacing = 12
 
static const int windowsCheckMarkHMargin = 2
 
static const int windowsRightBorder = 15
 
static const int windowsCheckMarkWidth = 12
 
static const char *const sliderHandleImage []
 

Variable Documentation

◆ sliderHandleImage

const char* const sliderHandleImage[]
static
Initial value:
= {
"15 16 7 1",
" c None",
"+ c #FFFFFF",
"@ c #FFFFFF",
"$ c #FFFFFF",
"( c #E5EDF5",
") c #F2F6FA",
"[ c #FFFFFF",
" +++++++++++++ ",
"+@@@@@@@@@@@@@+",
"+@(((((((((((@+",
"+@(((((((((((@+",
"+@)))))))))))@+",
"+@[[[[[[[[[[[@+",
"+@[[[[[[[[[[[@+",
"+@)))))))))))@+",
"+@)))))))))))@+",
" +@)))))))))@+ ",
" +@(((((((@+ ",
" +@(((((@+ ",
" +@(((@+ ",
" +@(@+ ",
" +@+ ",
" + "}

Definition at line 1398 of file javastyle.cpp.

◆ windowsArrowHMargin

const int windowsArrowHMargin = 6
static

Definition at line 13 of file javastyle.cpp.

◆ windowsCheckMarkHMargin

const int windowsCheckMarkHMargin = 2
static

Definition at line 15 of file javastyle.cpp.

◆ windowsCheckMarkWidth

const int windowsCheckMarkWidth = 12
static

Definition at line 17 of file javastyle.cpp.

◆ windowsItemFrame

const int windowsItemFrame = 2
static

Definition at line 9 of file javastyle.cpp.

◆ windowsItemHMargin

const int windowsItemHMargin = 3
static

Definition at line 11 of file javastyle.cpp.

◆ windowsItemVMargin

const int windowsItemVMargin = 2
static

Definition at line 12 of file javastyle.cpp.

◆ windowsRightBorder

const int windowsRightBorder = 15
static

Definition at line 16 of file javastyle.cpp.

◆ windowsSepHeight

const int windowsSepHeight = 2
static

Definition at line 10 of file javastyle.cpp.

◆ windowsTabSpacing

const int windowsTabSpacing = 12
static

Definition at line 14 of file javastyle.cpp.