Home | History | Annotate | Download | only in QT

Lines Matching refs:Qt

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);
436 item->setData(Qt::DecorationRole,
439 item->setCheckState(Qt::Unchecked);
440 item->setData(Qt::DecorationRole,
599 fZoomBox.setAlignment(Qt::AlignRight);
605 fCommandHitBox.setAlignment(Qt::AlignRight);
611 fCurrentCommandBox.setAlignment(Qt::AlignRight);
621 fLeftColumnSplitter.setOrientation(Qt::Vertical);
641 fToolBar.setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
642 SkDebuggerGUI->addToolBar(Qt::TopToolBarArea, &fToolBar);
798 item->setData(Qt::DisplayRole, commandString.c_str());
799 item->setData(Qt::UserRole + 1, counter++);
807 item->setData(Qt::UserRole + 3, indent);
816 item->setData(Qt::UserRole + 4, -1);