Home
last modified time | relevance | path

Searched refs:Qt (Results 1 – 25 of 98) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
DSDL_QWin.cc94 Qt::ButtonState button = e->button(); in mouseMoveEvent()
96 if( (button & Qt::LeftButton)) { in mouseMoveEvent()
99 if( (button & Qt::RightButton)) { in mouseMoveEvent()
102 if( (button & Qt::MidButton)) { in mouseMoveEvent()
111 Qt::ButtonState button = e->button(); in mousePressEvent()
113 (button & Qt::LeftButton) ? 1 : in mousePressEvent()
114 ((button & Qt::RightButton) ? 2 : 3), in mousePressEvent()
120 Qt::ButtonState button = e->button(); in mouseReleaseEvent()
122 (button & Qt::LeftButton) ? 1 : in mouseReleaseEvent()
123 ((button & Qt::RightButton) ? 2 : 3), in mouseReleaseEvent()
[all …]
/external/skia/debugger/QT/
DSkListWidget.cpp21 QPen linePen(QColor::fromRgb(211,211,211), 1, Qt::SolidLine); in paint()
22 QPen fontPen(QColor::fromRgb(51,51,51), 1, Qt::SolidLine); in paint()
23 QPen fontMarkedPen(Qt::white, 1, Qt::SolidLine); in paint()
44 painter->setBrush((index.row() % 2) ? Qt::white : QColor(252,252,252)); in paint()
57 QIcon(qvariant_cast<QPixmap>(index.data(Qt::DecorationRole))); in paint()
59 QIcon(qvariant_cast<QPixmap>(index.data(Qt::UserRole + 2))); in paint()
60 int indent = index.data(Qt::UserRole + 3).toInt(); in paint()
62 QString drawCommandText = index.data(Qt::DisplayRole).toString(); in paint()
65 drawCommandNumber = index.data(Qt::UserRole + 1).toString(); in paint()
67 drawCommandNumber = index.data(Qt::UserRole + 5).toString(); in paint()
[all …]
DSkInspectorWidget.cpp37 fHorizontalLayout.setAlignment(Qt::AlignTop); in SkInspectorWidget()
48 fVerticalLayout.setAlignment(Qt::AlignVCenter); in SkInspectorWidget()
73 fMatrixLabel.setAlignment(Qt::AlignHCenter); in setupMatrix()
77 fMatrixLayout.setAlignment(Qt::AlignTop | Qt::AlignHCenter); in setupMatrix()
96 fClipLabel.setAlignment(Qt::AlignHCenter); in setupClip()
100 fClipLayout.setAlignment(Qt::AlignTop | Qt::AlignHCenter); in setupClip()
DSkCanvasWidget.cpp74 Qt::KeyboardModifiers modifiers = event->modifiers(); in mouseDoubleClickEvent()
75 if (modifiers.testFlag(Qt::ControlModifier)) { in mouseDoubleClickEvent()
85 Qt::KeyboardModifiers modifiers = event->modifiers(); in wheelEvent()
86 if (modifiers.testFlag(Qt::ControlModifier)) { in wheelEvent()
89 if (Qt::Horizontal == event->orientation()) { in wheelEvent()
DSkSettingsWidget.cpp35 fVerticalLayout.setAlignment(Qt::AlignTop); in SkSettingsWidget()
153 fCurrentCommandBox.setAlignment(Qt::AlignRight); in SkSettingsWidget()
157 fCurrentCommandLayout.setAlignment(Qt::AlignLeft); in SkSettingsWidget()
167 fCommandHitBox.setAlignment(Qt::AlignRight); in SkSettingsWidget()
170 fCommandHitLayout.setAlignment(Qt::AlignLeft); in SkSettingsWidget()
188 fZoomBox.setAlignment(Qt::AlignRight); in SkSettingsWidget()
DSkDebuggerGUI.cpp138 item->setHidden(item->checkState() == Qt::Unchecked && fBreakpointsActivated); in actionBreakpoints()
412 item->setData(Qt::UserRole + 4, 100.0*temp); in actionProfile()
428 item->setCheckState(Qt::Unchecked); in actionClearBreakpoints()
429 item->setData(Qt::DecorationRole, in actionClearBreakpoints()
437 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png")); in actionClearDeletes()
470 item->setData(Qt::UserRole + 2, QPixmap(":/delete.png")); in actionDelete()
474 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png")); in actionDelete()
515 if (item->checkState() == Qt::Checked) { in actionPlay()
563 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) { in actionSaveAs()
683 if (item->checkState() == Qt::Unchecked) { in toggleBreakpoint()
[all …]
/external/chromium_org/third_party/skia/debugger/QT/
DSkListWidget.cpp21 QPen linePen(QColor::fromRgb(211,211,211), 1, Qt::SolidLine); in paint()
22 QPen fontPen(QColor::fromRgb(51,51,51), 1, Qt::SolidLine); in paint()
23 QPen fontMarkedPen(Qt::white, 1, Qt::SolidLine); in paint()
44 painter->setBrush((index.row() % 2) ? Qt::white : QColor(252,252,252)); in paint()
57 QIcon(qvariant_cast<QPixmap>(index.data(Qt::DecorationRole))); in paint()
59 QIcon(qvariant_cast<QPixmap>(index.data(Qt::UserRole + 2))); in paint()
60 int indent = index.data(Qt::UserRole + 3).toInt(); in paint()
62 QString drawCommandText = index.data(Qt::DisplayRole).toString(); in paint()
65 drawCommandNumber = index.data(Qt::UserRole + 1).toString(); in paint()
67 drawCommandNumber = index.data(Qt::UserRole + 5).toString(); in paint()
[all …]
DSkInspectorWidget.cpp37 fHorizontalLayout.setAlignment(Qt::AlignTop); in SkInspectorWidget()
48 fVerticalLayout.setAlignment(Qt::AlignVCenter); in SkInspectorWidget()
73 fMatrixLabel.setAlignment(Qt::AlignHCenter); in setupMatrix()
77 fMatrixLayout.setAlignment(Qt::AlignTop | Qt::AlignHCenter); in setupMatrix()
96 fClipLabel.setAlignment(Qt::AlignHCenter); in setupClip()
100 fClipLayout.setAlignment(Qt::AlignTop | Qt::AlignHCenter); in setupClip()
DSkCanvasWidget.cpp74 Qt::KeyboardModifiers modifiers = event->modifiers(); in mouseDoubleClickEvent()
75 if (modifiers.testFlag(Qt::ControlModifier)) { in mouseDoubleClickEvent()
85 Qt::KeyboardModifiers modifiers = event->modifiers(); in wheelEvent()
86 if (modifiers.testFlag(Qt::ControlModifier)) { in wheelEvent()
89 if (Qt::Horizontal == event->orientation()) { in wheelEvent()
DSkSettingsWidget.cpp35 fVerticalLayout.setAlignment(Qt::AlignTop); in SkSettingsWidget()
153 fCurrentCommandBox.setAlignment(Qt::AlignRight); in SkSettingsWidget()
157 fCurrentCommandLayout.setAlignment(Qt::AlignLeft); in SkSettingsWidget()
167 fCommandHitBox.setAlignment(Qt::AlignRight); in SkSettingsWidget()
170 fCommandHitLayout.setAlignment(Qt::AlignLeft); in SkSettingsWidget()
188 fZoomBox.setAlignment(Qt::AlignRight); in SkSettingsWidget()
DSkDebuggerGUI.cpp139 item->setHidden(item->checkState() == Qt::Unchecked && fBreakpointsActivated); in actionBreakpoints()
449 item->setData(Qt::UserRole + 4, 100.0*temp); in actionProfile()
467 item->setCheckState(Qt::Unchecked); in actionClearBreakpoints()
468 item->setData(Qt::DecorationRole, in actionClearBreakpoints()
476 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png")); in actionClearDeletes()
509 item->setData(Qt::UserRole + 2, QPixmap(":/delete.png")); in actionDelete()
513 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png")); in actionDelete()
554 if (item->checkState() == Qt::Checked) { in actionPlay()
602 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) { in actionSaveAs()
722 if (item->checkState() == Qt::Unchecked) { in toggleBreakpoint()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp32 if (role == Qt::DisplayRole) in data()
47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
50 if (role != Qt::DisplayRole) in headerData()
53 if (orientation == Qt::Horizontal) { in headerData()
76 EventHistory::EventHistory(QWidget *parent, const char *, bool, Qt::WFlags) in EventHistory()
Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
28 int role = Qt::DisplayRole) const;
43 bool modal = false, Qt::WFlags fl = 0);
Deventhistory.ui25 <enum>Qt::ScrollBarAlwaysOn</enum>
35 <enum>Qt::Horizontal</enum>
Dwpa_gui.desktop10 Categories=Qt;Network;
Duserdatarequest.h23 bool modal = false, Qt::WFlags fl = 0);
Dscanresults.h23 bool modal = false, Qt::WFlags fl = 0);
/external/eigen/demos/opengl/
Dquaternion_demo.cpp207 setFocusPolicy(Qt::ClickFocus); in RenderingWidget()
316 case Qt::Key_Up: in keyPressEvent()
319 case Qt::Key_Down: in keyPressEvent()
323 case Qt::Key_G: in keyPressEvent()
327 case Qt::Key_C: in keyPressEvent()
331 case Qt::Key_R: in keyPressEvent()
335 case Qt::Key_A: in keyPressEvent()
366 bool fly = (mNavMode==NavFly) || (e->modifiers()&Qt::ControlModifier); in mousePressEvent()
369 case Qt::LeftButton: in mousePressEvent()
382 case Qt::MidButton: in mousePressEvent()
[all …]
/external/oprofile/m4/
Dqt.m462 $ac_moc1 -v 2>&1 | grep "Qt 3" >/dev/null
104 AC_MSG_CHECKING([$1 for Qt library name])
126 AC_MSG_ERROR([Cannot compile a simple Qt executable. Check you have the right \$QTDIR !])
133 dnl get Qt version we're using
136 AC_CACHE_CHECK([Qt version],lyx_cv_qtversion,
166 AC_ARG_WITH(qt-dir, [ --with-qt-dir where the root of Qt is installed ],
169 AC_ARG_WITH(qt-includes, [ --with-qt-includes where the Qt includes are. ],
172 AC_ARG_WITH(qt-libraries, [ --with-qt-libraries where the Qt library is installed.],
/external/llvm/docs/
DCMakeLists.txt25 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
27 "Generate a Qt Compressed Help file." OFF)
30 "Filename of the Qt Compressed help file")
32 "Namespace under which the intermediate Qt Help Project file lives")
/external/chromium_org/third_party/skia/gyp/
Ddebugger.gyp5 # Use the systemwide Qt libs by default
17 # Systemwide Qt libs are not contained under a single tree,
31 # Use the systemwide Qt libs by default
50 # This is the default location for the version of Qt current on 10/11/12
51 'qt_sdk%': 'C:/Qt/4.8.3/',
/external/skia/gyp/
Ddebugger.gyp5 # Use the systemwide Qt libs by default
17 # Systemwide Qt libs are not contained under a single tree,
31 # Use the systemwide Qt libs by default
50 # This is the default location for the version of Qt current on 10/11/12
51 'qt_sdk%': 'C:/Qt/4.8.3/',
/external/clang/docs/
DCMakeLists.txt25 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
28 "Filename of the Qt Compressed help file")
30 "Namespace under which the intermediate Qt Help Project file lives")
/external/skia/debugger/QT/Icons/
Ddoit.bat1 c:\Qt\4.8.3\bin\rcc.exe .qrc -o qrc_SkIcons.cpp -no-compress
/external/chromium_org/third_party/skia/debugger/QT/Icons/
Ddoit.bat1 c:\Qt\4.8.3\bin\rcc.exe .qrc -o qrc_SkIcons.cpp -no-compress

1234