Searched refs:extraIcon (Results 1 – 6 of 6) sorted by relevance
/dports/net-im/convey/convey-src-0.3/src/org/convey/ |
H A D | JTabbedPaneWithCloseIcons.java | 27 public void addTab(String title, Component component, Icon extraIcon) { in addTab() argument 28 super.addTab(title, new CloseTabIcon(extraIcon), component); in addTab()
|
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/ |
H A D | ModSelector.cpp | 617 : SubtitleIcon(), pb(0), extraIcon(0), statusIcon(0), clickable(true), pkgtype(MPT_MOD), hasUpdate(… in ModIconOnline() 658 if(!extraIcon && pkgtype == MPT_PATCH) in fixIcon() 661 extraIcon = new Quad("modselect/ico_patch", pos); in fixIcon() 662 extraIcon->setWidthHeight(MINI_ICON_SIZE, MINI_ICON_SIZE); in fixIcon() 663 quad->addChild(extraIcon, PM_POINTER); in fixIcon()
|
H A D | ModSelector.h | 98 Quad *extraIcon; // installed or update available variable
|
/dports/benchmarks/kdiskmark/KDiskMark-2.3.0/src/ |
H A D | mainwindow.cpp | 53 …ui->extraIcon->setPixmap(style()->standardIcon(QStyle::SP_MessageBoxWarning).pixmap(QSize(16, 16))… in MainWindow() 54 ui->extraIcon->setToolTip(tr("The device is encrypted. Performance may drop.")); in MainWindow() 55 ui->extraIcon->setVisible(false); in MainWindow() 576 …ui->extraIcon->setVisible(DiskDriveInfo::Instance().isEncrypted(QStorageInfo(volumeInfo[0]).device… in on_comboBox_Dirs_currentIndexChanged()
|
/dports/science/shelxle/shelxle-1.0.1352/ |
H A D | window.h | 538 QIcon extraIcon; variable
|
H A D | window.cpp | 1557 extraIcon=QIcon(fmap); in Window() 1558 …a=extraMenu->addAction(extraIcon,QString("run %1 !").arg(extraProgramNames.at(i)),this,SLOT(runExt… in Window() 3942 extraIcon=QIcon(fmap); in extraSettings() 3943 …a=extraMenu->addAction(extraIcon,QString("run %1 !").arg(extraProgramNames.at(i)),this,SLOT(runExt… in extraSettings() 4187 extraIcon=QIcon(fmap); in extraSettingsLast() 4188 …a=extraMenu->addAction(extraIcon,QString("run %1 !").arg(extraProgramNames.at(i)),this,SLOT(runExt… in extraSettingsLast() 4333 extraIcon=QIcon(fmap); in removeExtra() 4370 extraIcon=QIcon(fmap); in updateExtraSettings() 4371 extraFakeButton->setIcon(extraIcon); in updateExtraSettings() 4405 extraIcon=QIcon(fmap); in updateExtraIcon() [all …]
|