Home
last modified time | relevance | path

Searched refs:SmallIcon (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/tests/
H A Dktabwidgettest.cpp29 mWidget->addTab(new QWidget(), SmallIcon("konsole"), "Three"); in Test()
164 mLeftWidget->setIcon(SmallIcon("tab-new")); in toggleLeftButton()
184 mLeftPopup->addAction(SmallIcon("tab-new"), "Empty Tab"); in toggleLeftPopup()
187 mLeftPopup->addAction(SmallIcon("tab-new"), "Button Tab"); in toggleLeftPopup()
188 mLeftPopup->addAction(SmallIcon("tab-new"), "Label Tab"); in toggleLeftPopup()
217 mRightWidget->setIcon(SmallIcon("tab-close")); in toggleRightButton()
237 mRightPopup->addAction(SmallIcon("tab-close"), "Current Tab"); in toggleRightPopup()
289 mContextPopup->addAction(SmallIcon("konsole"), "Set This Icon"); in contextMenu()
290 mContextPopup->addAction(SmallIcon("konqueror"), "Set This Icon"); in contextMenu()
307 mWidget->setTabIcon(mContextWidgetIndex, SmallIcon("konsole")); in contextMenuActivated()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeComponent3D.properties23 TURN_LEFT.SmallIcon=resources/actions/go-previous.png
24 TURN_RIGHT.SmallIcon=resources/actions/go-next.png
25 GO_FORWARD.SmallIcon=resources/actions/go-up.png
26 GO_BACKWARD.SmallIcon=resources/actions/go-down.png
27 TURN_UP.SmallIcon=resources/actions/go-up-small.png
28 TURN_DOWN.SmallIcon=resources/actions/go-down-small.png
H A Dpackage.properties220 HelpPane.SHOW_NEXT.SmallIcon=resources/actions/go-next.png
230 HelpPane.SEARCH.SmallIcon=resources/actions/edit-find.png
374 HomePane.OPEN.SmallIcon=resources/actions/document-open.png
392 HomePane.SAVE.SmallIcon=resources/actions/document-save.png
471 HomePane.UNDO.SmallIcon=resources/actions/edit-undo.png
479 HomePane.REDO.SmallIcon=resources/actions/edit-redo.png
487 HomePane.CUT.SmallIcon=resources/actions/edit-cut.png
495 HomePane.COPY.SmallIcon=resources/actions/edit-copy.png
503 HomePane.PASTE.SmallIcon=resources/actions/edit-paste.png
527 HomePane.DELETE.SmallIcon=resources/actions/edit-clear.png
[all …]
/dports/net/kget/kget-21.12.3/transfer-plugins/contentfetch/
H A Dcontentfetch.cpp52 …g, i18nc("Transfer state: processing script", "Processing script...."), SmallIcon("media-playback-… in start()
69 setStatus(Job::Stopped, i18nc("transfer state: stopped", "Stopped"), SmallIcon("process-stop")); in stop()
83 setStatus(Job::Finished, i18nc("Transfer State: Finished", "Finished"), SmallIcon("dialog-ok")); in slotFinish()
92 … setStatus(Job::Aborted, i18nc("Transfer State: Aborted", "Aborted"), SmallIcon("process-stop")); in slotAbort()
96 setStatus(Job::Aborted, error, SmallIcon("process-stop")); in slotAbort()
103 setStatus(Job::Running, text, SmallIcon("media-playback-start")); in slotSetTextStatus()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dicon_utils.cpp26 QPixmap SmallIcon(IconType type) in SmallIcon() function
32 return SmallIcon(icon); in SmallIcon()
151 return SmallIcon(it_Diagram_Usecase); in smallIcon()
153 return SmallIcon(it_Diagram_Collaboration); in smallIcon()
155 return SmallIcon(it_Diagram_Class); in smallIcon()
157 return SmallIcon(it_Diagram_Object); in smallIcon()
159 return SmallIcon(it_Diagram_Sequence); in smallIcon()
161 return SmallIcon(it_Diagram_State); in smallIcon()
163 return SmallIcon(it_Diagram_Activity); in smallIcon()
165 return SmallIcon(it_Diagram_Component); in smallIcon()
[all …]
H A Duml.cpp356 impWizard->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Import_Files)); in initActions()
366 genWizard->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Export_Files)); in initActions()
371 genAll->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Export_Files)); in initActions()
443 newDiagram->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_New)); in initActions()
533 viewClearDiagram->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Clear)); in initActions()
546 deleteDiagram->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Delete)); in initActions()
576 zoom100Action->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Zoom_100)); in initActions()
582 alignRight->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Align_Right)); in initActions()
587 alignLeft->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Align_Left)); in initActions()
592 alignTop->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Align_Top)); in initActions()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/umbrello/menus/
H A Dwidgetbasepopupmenu.cpp75 show->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Show)); in makeClassifierShowPopup()
113 show->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Show)); in makeMultiClassifierShowPopup()
203 … insert(mt_Refactoring, Icon_Utils::SmallIcon(Icon_Utils::it_Refactor), i18n("Refactor")); in insertSingleSelectionMenu()
204 … insert(mt_ViewCode, Icon_Utils::SmallIcon(Icon_Utils::it_View_Code), i18n("View Code")); in insertSingleSelectionMenu()
296 insert(mt_Up, Icon_Utils::SmallIcon(Icon_Utils::it_Arrow_Up), i18n("Move Up")); in insertSingleSelectionMenu()
297 insert(mt_Down, Icon_Utils::SmallIcon(Icon_Utils::it_Arrow_Down), i18n("Move Down")); in insertSingleSelectionMenu()
330 insert(mt_Clear, Icon_Utils::SmallIcon(Icon_Utils::it_Clear), i18nc("clear note", "Clear")); in insertSingleSelectionMenu()
440 …insert(mt_Clear, Icon_Utils::SmallIcon(Icon_Utils::it_Clear), i18nc("clear precondition", "Clear")… in insertSingleSelectionMenu()
594 …insert(mt_Align_Left, alignment, Icon_Utils::SmallIcon(Icon_Utils::it_Align_Left), i18n("Align Lef… in insertSubMenuAlign()
595 …insert(mt_Align_Top, alignment, Icon_Utils::SmallIcon(Icon_Utils::it_Align_Top), i18n("Align Top")… in insertSubMenuAlign()
[all …]
H A Dassociationwidgetpopupmenu.cpp41 insert(mt_Delete, Icon_Utils::SmallIcon(Icon_Utils::it_Delete), i18n("Delete Anchor")); in AssociationWidgetPopupMenu()
48 … insert(mt_Add_Point, Icon_Utils::SmallIcon(Icon_Utils::it_Add_Point), i18n("Add Point")); in AssociationWidgetPopupMenu()
50 … insert(mt_Delete_Point, Icon_Utils::SmallIcon(Icon_Utils::it_Delete_Point), i18n("Delete Point")); in AssociationWidgetPopupMenu()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviTextIconManager.h62 KviIconManager::SmallIcon m_eIcon;
72 KviTextIcon(KviIconManager::SmallIcon eIcon);
98 KviIconManager::SmallIcon id() const { return m_eIcon; } in id()
105 void setId(KviIconManager::SmallIcon eIcon);
H A DKviIconManager.h169 enum SmallIcon enum
599 …QPixmap * getSmallIcon(SmallIcon eIcon) { return eIcon < IconCount ? (m_smallIcons[eIcon] ? m_smal… in getSmallIcon()
615 const char * getSmallIconName(SmallIcon eIcon);
630 QString getSmallIconResourceName(SmallIcon eIcon);
637 SmallIcon iconName(int iIcon);
747 void selected(KviIconManager::SmallIcon eIcon);
H A DKviAction.h190 KviIconManager::SmallIcon eSmallIcon = KviIconManager::None,
206 KviIconManager::SmallIcon m_eSmallIcon;
/dports/devel/umbrello/umbrello-21.12.3/umbrello/refactoring/
H A Drefactoringassistant.cpp154 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Public_Method)); in setVisibilityIcon()
157 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Public_Attribute)); in setVisibilityIcon()
162 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Protected_Method)); in setVisibilityIcon()
170 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Private_Method)); in setVisibilityIcon()
173 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Private_Attribute)); in setVisibilityIcon()
422 action->setIcon(Icon_Utils::SmallIcon(icon)); in createAction()
511 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Generalisation)); in addBaseClassifier()
556 item->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Uniassociation)); in addDerivedClassifier()
666 attsFolder->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Folder_Orange)); in addClassifier()
682 opsFolder->setIcon(0, Icon_Utils::SmallIcon(Icon_Utils::it_Folder_Orange)); in addClassifier()
[all …]
/dports/net/kget/kget-21.12.3/transfer-plugins/bittorrent/
H A Dbttransfer.cpp140 … setStatus(Job::Stopped, i18n("Downloading Torrent File...."), SmallIcon("document-save")); in start()
184 …setStatus(Job::Running, i18nc("transfer state: downloading", "Downloading...."), SmallIcon("media-… in newDestResult()
226 … setStatus(Job::Stopped, i18nc("transfer state: finished", "Finished"), SmallIcon("dialog-ok")); in load()
288 …(Job::Running, i18nc("transfer state: downloading", "Downloading...."), SmallIcon("media-playback-… in startTorrent()
305 … setStatus(Job::Stopped, i18nc("transfer state: finished", "Finished"), SmallIcon("dialog-ok")); in stopTorrent()
309 … setStatus(Job::Stopped, i18nc("transfer state: stopped", "Stopped"), SmallIcon("process-stop")); in stopTorrent()
423 … setError(i18n("Torrent file does not exist"), SmallIcon("dialog-cancel"), Job::NotSolveable); in btTransferInit()
440 setError(i18n("Cannot initialize port..."), SmallIcon("dialog-cancel")); in btTransferInit()
489 setError(err.toString(), SmallIcon("dialog-cancel"), Job::NotSolveable); in btTransferInit()
501 setError(errormsg, SmallIcon("dialog-cancel"), Job::NotSolveable); in slotStoppedByError()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviWindowToolWidget.h50 …KviWindowToolPageButton(KviIconManager::SmallIcon eIconOff, KviIconManager::SmallIcon eIconOn, con…
H A DKviWindowToolWidget.cpp45 …olPageButton::KviWindowToolPageButton(KviIconManager::SmallIcon eIconOff, KviIconManager::SmallIco… in KviWindowToolPageButton()
/dports/net/kget/kget-21.12.3/core/
H A Dtransfer.cpp234 setStatus(status(), i18nc("transfer state: stopped", "Stopped"), SmallIcon("process-stop")); in load()
253 setStatus(status(), i18nc("transfer state: stopped", "Stopped"), SmallIcon("process-stop")); in load()
290 m_statusPixmap = SmallIcon(STATUSICONS[jobStatus]); in setStatus()
332 return SmallIcon(STATUSICONS[status]); in statusPixmap()
/dports/net-im/kopete/kopete-21.12.3/protocols/winpopup/
H A Dwpaddcontact.cpp75 theDialog->mHostGroup->addItem(QIcon(SmallIcon("network-wired")), *i); in slotUpdateGroups()
90 theDialog->mHostName->addItem(QIcon(SmallIcon("user-identity")), *i); in slotSelected()
/dports/net-im/ktp-accounts-kcm/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/
H A Dvalidated-line-edit.cpp177 d->validationIcon->setPixmap(SmallIcon(QLatin1String("dialog-ok-apply"), 0)); in validate()
183 d->validationIcon->setPixmap(SmallIcon(QLatin1String("dialog-error"), 0)); in validate()
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbasketstatusbar.cpp100 m_savedStatusPixmap = SmallIcon("document-save"); in setupStatusBar()
156 m_lockStatus->setPixmap(SmallIcon("encrypted.png")); in setLockStatus()
/dports/sysutils/kdf/kdf-21.12.3/src/
H A Dkdfwidget.cpp333 QPixmap pix = SmallIcon(iconName); in generateIcon()
338 painter.drawPixmap( QRect(0,6,10,10), SmallIcon(QStringLiteral( "object-locked" )) ); in generateIcon()
341 painter.drawPixmap( QRect(6,6,12,12) , SmallIcon(QStringLiteral( "emblem-mounted" )) ); in generateIcon()
428 IconItem->setIcon( SmallIcon(QLatin1String( "user-away" )) ); in contextMenuRequested()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DView.cs33 SmallIcon = 2, enumerator
/dports/x11/eaglemode/eaglemode-0.95.0/src/emWnds/
H A DemWndsWindowPort.cpp110 if (SmallIcon) { DestroyIcon(SmallIcon); SmallIcon=NULL; } in WindowFlagsChanged()
359 SmallIcon=NULL; in emWndsWindowPort()
383 if (SmallIcon) DestroyIcon(SmallIcon); in ~emWndsWindowPort()
1233 if (SmallIcon) DestroyIcon(SmallIcon); in SetIconProperty()
1234 SmallIcon=hIcon; in SetIconProperty()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/options/
H A DOptionsWidget_textIcons.cpp157 …connect(iw, SIGNAL(selected(KviIconManager::SmallIcon)), this, SLOT(iconSelected(KviIconManager::S… in doPopup()
165 void OptionsWidget_textIcons::iconSelected(KviIconManager::SmallIcon eIcon) in iconSelected()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DKasperskyPwMgrXml50.cs43 public override Image SmallIcon property in KeePass.DataExchange.Formats.KasperskyPwMgrXml50
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/
H A DPlugin.cs64 public virtual Image SmallIcon property in KeePass.Plugins.Plugin

123456789