HomeSort by relevance Sort by last modified time
    Searched refs:Qt (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/debugger/QT/
SkListWidget.cpp 21 QPen linePen(QColor::fromRgb(211,211,211), 1, Qt::SolidLine);
22 QPen fontPen(QColor::fromRgb(51,51,51), 1, Qt::SolidLine);
23 QPen fontMarkedPen(Qt::white, 1, Qt::SolidLine);
44 painter->setBrush((index.row() % 2) ? Qt::white : QColor(252,252,252));
57 QIcon(qvariant_cast<QPixmap>(index.data(Qt::DecorationRole)));
59 QIcon(qvariant_cast<QPixmap>(index.data(Qt::UserRole + 2)));
60 int indent = index.data(Qt::UserRole + 3).toInt();
62 QString drawCommandText = index.data(Qt::DisplayRole).toString();
64 drawCommandNumber = index.data(Qt::UserRole + 1).toString()
    [all...]
SkInspectorWidget.cpp 31 fHorizontalLayout.setAlignment(Qt::AlignTop);
36 fVerticalLayout.setAlignment(Qt::AlignVCenter);
67 fMatrixLayout.addWidget(entry, r, c, Qt::AlignTop | Qt::AlignHCenter);
80 fClipLayout.addWidget(entry, r, c, Qt::AlignTop | Qt::AlignHCenter);
SkCanvasWidget.cpp 75 Qt::KeyboardModifiers modifiers = event->modifiers();
76 if (modifiers.testFlag(Qt::ControlModifier)) {
86 Qt::KeyboardModifiers modifiers = event->modifiers();
87 if (modifiers.testFlag(Qt::ControlModifier)) {
90 if (Qt::Horizontal == event->orientation()) {
SkDebuggerGUI.cpp 123 item->setHidden(item->checkState() == Qt::Unchecked && breakpointsActivated);
198 item->setCheckState(Qt::Unchecked);
199 item->setData(Qt::DecorationRole,
207 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png"));
228 item->setData(Qt::UserRole + 2, QPixmap(":/delete.png"));
232 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png"));
263 if (item->checkState() == Qt::Checked) {
306 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) {
434 if (item->checkState() == Qt::Unchecked) {
435 item->setCheckState(Qt::Checked)
    [all...]
SkSettingsWidget.cpp 20 fVerticalLayout.setAlignment(Qt::AlignTop);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 27 QVariant headerData(int section, Qt::Orientation orientation,
28 int role = Qt::DisplayRole) const;
43 bool modal = false, Qt::WindowFlags fl = 0);
scanresults.h 23 bool modal = false, Qt::WindowFlags fl = 0);
userdatarequest.h 23 bool modal = false, Qt::WindowFlags fl = 0);
eventhistory.cpp 32 if (role == Qt::DisplayRole)
47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
50 if (role != Qt::DisplayRole)
53 if (orientation == Qt::Horizontal) {
76 EventHistory::EventHistory(QWidget *parent, const char *, bool, Qt::WindowFlags)
networkconfig.h 23 bool modal = false, Qt::WindowFlags fl = 0);
peers.h 25 bool modal = false, Qt::WindowFlags fl = 0);
userdatarequest.cpp 15 Qt::WindowFlags)
scanresults.cpp 18 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WindowFlags)
wpagui.h 52 Qt::WindowFlags fl = 0);
peers.cpp 20 peer_role_address = Qt::UserRole + 1,
65 Peers::Peers(QWidget *parent, const char *, bool, Qt::WindowFlags)
90 peers->setContextMenuPolicy(Qt::CustomContextMenu);
707 item->setBackground(Qt::BDiagPattern);
945 item->setBackground(Qt::NoBrush);
    [all...]
wpagui.cpp 35 Qt::WindowFlags)
39 this->setWindowFlags(Qt::Dialog);
821 * in Qt.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/apol/
rulemodels.py 20 from PyQt5.QtCore import Qt, QAbstractTableModel, QModelIndex
42 if role == Qt.DisplayRole:
84 elif role == Qt.UserRole:
102 if role == Qt.DisplayRole and orientation == Qt.Horizontal:
models.py 21 from PyQt5.QtCore import QAbstractListModel, QModelIndex, QStringListModel, Qt
30 for Qt.DisplayRole and return the object
31 for Qt.UserRole.
61 if role == Qt.DisplayRole:
63 elif role == Qt.UserRole:
terulequery.py 22 from PyQt5.QtCore import Qt, QSortFilterProxyModel, QStringListModel
64 self.error_palette.setColor(QPalette.Base, Qt.red)
182 selected_classes.append(self.class_model.data(index, Qt.UserRole))
194 selected_perms.append(self.perms_model.data(index, Qt.UserRole))
228 selected_bools.append(self.bool_model.data(index, Qt.UserRole))
mainwindow.py 22 from PyQt5.QtCore import Qt
64 self.tab_editor.setWindowFlags(Qt.Popup)
72 tabBar.setContextMenuPolicy(Qt.ActionsContextMenu)
  /external/eigen/demos/opengl/
quaternion_demo.cpp 207 setFocusPolicy(Qt::ClickFocus);
316 case Qt::Key_Up:
319 case Qt::Key_Down:
323 case Qt::Key_G:
327 case Qt::Key_C:
331 case Qt::Key_R:
335 case Qt::Key_A:
366 bool fly = (mNavMode==NavFly) || (e->modifiers()&Qt::ControlModifier);
369 case Qt::LeftButton:
382 case Qt::MidButton
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 14 from Carbon import Qt
57 fd = Qt.OpenMovieFile(path, 0)
58 self.movie, d1, d2 = Qt.NewMovieFromFile(fd, 0, 0)
64 except Qt.Error:
79 except Qt.Error:
122 value, d1, d2 = Qt.ConvertTimeScale((time, self.movietimescale, None), 1000)
126 value, d1, d2 = Qt.ConvertTimeScale((time, self.videotimescale, None), 1000)
130 value, d1, d2 = Qt.ConvertTimeScale((time, self.audiotimescale, None), 1000)
134 value, d1, d2 = Qt.ConvertTimeScale((time, self.videotimescale, None),
262 Qt.EnterMovies(
    [all...]
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 175 if( event->buttons() & Qt::LeftButton )
192 if( event->buttons() & Qt::LeftButton )
  /external/chromium-trace/trace-viewer/tracing/third_party/devscripts/
licensecheck.pl.vanilla 424 if ($licensetext =~ /permission (?:is (also granted|given))? to link (the code of )?this program with (any edition of )?(Qt|the Qt library)/i) {
425 $extrainfo = " (with Qt exception)$extrainfo"
453 if ($licensetext =~ /This file is part of the .*Qt GUI Toolkit. This file may be distributed under the terms of the Q Public License as defined/) {
454 $license = "QPL (part of Qt) $license";
licensecheck.pl 459 if ($licensetext =~ /permission (?:is (also granted|given))? to link (the code of )?this program with (any edition of )?(Qt|the Qt library)/i) {
460 $extrainfo = " (with Qt exception)$extrainfo"
489 if ($licensetext =~ /This file is part of the .*Qt GUI Toolkit. This file may be distributed under the terms of the Q Public License as defined/) {
490 $license = "QPL (part of Qt) $license";

Completed in 176 milliseconds

1 2