HomeSort by relevance Sort by last modified time
    Searched refs:Qt (Results 1 - 25 of 44) 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 77 Qt::KeyboardModifiers modifiers = event->modifiers();
78 if (modifiers.testFlag(Qt::ControlModifier)) {
88 Qt::KeyboardModifiers modifiers = event->modifiers();
89 if (modifiers.testFlag(Qt::ControlModifier)) {
92 if (Qt::Horizontal == event->orientation()) {
SkDebuggerGUI.cpp 108 item->setHidden(item->checkState() == Qt::Unchecked && breakpointsActivated);
129 item->setCheckState(Qt::Unchecked);
130 item->setData(Qt::DecorationRole,
138 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png"));
159 item->setData(Qt::UserRole + 2, QPixmap(":/delete.png"));
163 item->setData(Qt::UserRole + 2, QPixmap(":/blank.png"));
194 if (item->checkState() == Qt::Checked) {
237 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) {
370 if (item->checkState() == Qt::Unchecked) {
371 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...]
  /external/opencv3/modules/highgui/src/
window_QT.h 87 enum { shortcut_zoom_normal = Qt::CTRL + Qt::Key_Z,
88 shortcut_zoom_imgRegion = Qt::CTRL + Qt::Key_X,
89 shortcut_save_img = Qt::CTRL + Qt::Key_S,
90 shortcut_properties_win = Qt::CTRL + Qt::Key_P,
91 shortcut_zoom_in = Qt::CTRL + Qt::Key_Plus,//QKeySequence(QKeySequence::ZoomIn)
    [all...]
window_QT.cpp 80 Qt::ConnectionType autoBlockingConnection();
83 // behaviour for in-thread and out-of-thread launches of cv windows. Qt strangely doesn't
85 Qt::ConnectionType autoBlockingConnection() {
87 ? Qt::BlockingQueuedConnection
88 : Qt::DirectConnection;
94 //nameFont <- only Qt
95 //CvScalar color <- only Qt (blue_component, green_component, red\_component[, alpha_component])
96 int font_face;//<- style in Qt
102 int thickness;//<- weight in Qt
103 float dx;//spacing letter in Qt (0 default) in pixe
    [all...]
  /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/gdb/darwin-x86/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...]
  /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/avahi/avahi-qt/
qt-watch.cpp 22 #include <Qt/qsocketnotifier.h>
23 #include <Qt/qobject.h>
24 #include <Qt/qtimer.h>
31 #include "qt-watch.h"
195 #include "qt-watch.moc4"
197 #include "qt-watch.moc3"
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.cpp 173 const M33d Qt = V * U.transposed();
212 traceBATQ += Qt[j][i] * C[i][j];
236 const V3d translate = Bcenter - s*Acenter*Qt;
238 return M44d (s*Qt.x[0][0], s*Qt.x[0][1], s*Qt.x[0][2], T(0),
239 s*Qt.x[1][0], s*Qt.x[1][1], s*Qt.x[1][2], T(0),
240 s*Qt.x[2][0], s*Qt.x[2][1], s*Qt.x[2][2], T(0)
    [all...]
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 175 if( event->buttons() & Qt::LeftButton )
192 if( event->buttons() & Qt::LeftButton )
  /external/chromium-trace/catapult/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 299 milliseconds

1 2