Home
last modified time | relevance | path

Searched refs:icon_lbl (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dpgmodelerplugin.cpp39 icon_lbl = new QLabel(widget); in PgModelerPlugin()
40 icon_lbl->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); in PgModelerPlugin()
41 icon_lbl->setMinimumSize(QSize(32, 32)); in PgModelerPlugin()
42 icon_lbl->setMaximumSize(QSize(32, 32)); in PgModelerPlugin()
43 gridLayout->addWidget(icon_lbl, 0, 0, 2, 1); in PgModelerPlugin()
107 icon_lbl->setPixmap(ico); in configurePluginInfo()
H A Dtaskprogresswidget.cpp72 icon_lbl->setPixmap(icons[icon_id].pixmap(QSize(32,32))); in updateProgress()
74 icon_lbl->clear(); in updateProgress()
95 icon_lbl->clear(); in close()
H A Dpgmodelerplugin.h60 QLabel *icon_lbl,
H A Dmessagebox.cpp194 icon_lbl->setVisible(!icon_name.isEmpty()); in show()
197 icon_lbl->setPixmap(QPixmap(PgModelerUiNs::getIconPath(icon_name))); in show()
H A Dsourcecodewidget.cpp78 icon_lbl->setPixmap(icone); in setSourceCodeTab()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemannativenotificationitem.cpp50 QLabel *icon_lbl; member in AsemanNativeNotificationItemPrivate
92 p->icon_lbl = new QLabel(); in AsemanNativeNotificationItem()
93 p->icon_lbl->setFixedSize(64, 64); in AsemanNativeNotificationItem()
94 p->icon_lbl->setScaledContents(true); in AsemanNativeNotificationItem()
104 p->body_layout->addWidget(p->icon_lbl); in AsemanNativeNotificationItem()
198 p->icon_lbl->setPixmap( QPixmap(icon) ); in setIcon()
/dports/net-im/teamwords/TeamWords-0.2.1/asemantools/
H A Dasemannativenotificationitem.cpp103 QLabel *icon_lbl; member in AsemanNativeNotificationItemPrivate
138 p->icon_lbl = new QLabel(); in AsemanNativeNotificationItem()
139 p->icon_lbl->setFixedSize(64, 64); in AsemanNativeNotificationItem()
140 p->icon_lbl->setScaledContents(true); in AsemanNativeNotificationItem()
150 p->body_layout->addWidget(p->icon_lbl); in AsemanNativeNotificationItem()
210 p->icon_lbl->setPixmap( QPixmap(icon) ); in setIcon()