Home
last modified time | relevance | path

Searched refs:lblPreview (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dnewform.ui.h77 QLabel *lblPreview; variable
109 lblPreview = new QLabel(NewForm); in setupUi()
110 lblPreview->setObjectName(QString::fromUtf8("lblPreview")); in setupUi()
114 sizePolicy.setHeightForWidth(lblPreview->sizePolicy().hasHeightForWidth()); in setupUi()
115 lblPreview->setSizePolicy(sizePolicy); in setupUi()
116 lblPreview->setLineWidth(1); in setupUi()
117 lblPreview->setAlignment(Qt::AlignCenter); in setupUi()
118 lblPreview->setMargin(5); in setupUi()
120 hboxLayout->addWidget(lblPreview); in setupUi()
153lblPreview->setText(QApplication::translate("NewForm", "Choose a template for a preview", 0, QAppl… in retranslateUi()
/dports/graphics/krita/krita-4.4.8/plugins/python/channels2layers/
H A Dchannels2layers.py998 lblPreview[3].setVisible(True)
1001 lblPreview[3].setVisible(False)
1139 lblPreview[3].setFixedWidth(imgThumbSrc.width() + 4)
1140 vbxPreviewContainer.addWidget(lblPreview[3])
1148 lblPreview[2] = QLabel()
1151 lblPreview[2].setFixedWidth(imgThumbSrc.width() + 4)
1152 vbxPreviewContainer.addWidget(lblPreview[2])
1160 lblPreview[1] = QLabel()
1164 vbxPreviewContainer.addWidget(lblPreview[1])
1172 lblPreview[0] = QLabel()
[all …]
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflibentryeditor.cpp61 u->lblPreview->setFixedSize(klfconfig.UI.smallPreviewSize); in KLFLibEntryEditor()
136 u->lblPreview->setGlowEffect(klfconfig.UI.glowEffect); in displayEntries()
137 u->lblPreview->setGlowEffectColor(klfconfig.UI.glowEffectColor); in displayEntries()
138 u->lblPreview->setGlowEffectRadius(klfconfig.UI.glowEffectRadius); in displayEntries()
143 u->lblPreview->display(QImage(":/pics/nopreview.png"), QImage(), false); in displayEntries()
162 u->lblPreview->display(img, img, true); in displayEntries()
177 u->lblPreview->display(QImage(":/pics/nopreview.png"), QImage(), false); in displayEntries()
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_image_from_clipboard_widget.cpp126 lblPreview->setPixmap(preview); in createClipboardPreview()
127 lblPreview->show(); in createClipboardPreview()
136 lblPreview->hide(); in createClipboardPreview()
/dports/misc/kwordquiz/kwordquiz-21.12.3/src/
H A Dprefcharacter.cpp48 lblPreview->setText(CharacterTree->topLevelItem(0)->text(2)); in fillWidgets()
61 lblPreview->setText(CharacterTree->currentItem()->text(2)); in slotCharListSelectionChanged()
121 lblPreview->setText(CharacterTree->currentItem()->text(2)); in slotSpecChar()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpageadmin.cpp75 QLabel * lblPreview = new QLabel(this); in bodyLayoutDefinition() local
77 lblPreview->setText(tr("MOTD preview:")); in bodyLayoutDefinition()
78 tab1Layout->addWidget(lblPreview, 4, 0); in bodyLayoutDefinition()
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpageadmin.cpp75 QLabel * lblPreview = new QLabel(this); in bodyLayoutDefinition() local
77 lblPreview->setText(tr("MOTD preview:")); in bodyLayoutDefinition()
78 tab1Layout->addWidget(lblPreview, 4, 0); in bodyLayoutDefinition()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgscptcitycolorrampdialog.cpp122 lblPreview->installEventFilter( this ); // mouse click on preview label shows svg render in QgsCptCityColorRampDialog()
386 QSize size = lblPreview->size(); in updatePreview()
395 lblPreview->setPixmap( blankPixmap ); in updatePreview()
407 lblPreview->setPixmap( pixmap ); in updatePreview()
553 QSize size = lblPreview->size(); in eventFilter()
560 lblPreview->setPixmap( pixmap.scaled( size ) ); in eventFilter()
567 lblPreview->setPixmap( pixmap ); in eventFilter()
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgscptcitycolorrampdialog.cpp122 lblPreview->installEventFilter( this ); // mouse click on preview label shows svg render in QgsCptCityColorRampDialog()
386 const QSize size = lblPreview->size(); in updatePreview()
395 lblPreview->setPixmap( blankPixmap ); in updatePreview()
407 lblPreview->setPixmap( pixmap ); in updatePreview()
553 const QSize size = lblPreview->size(); in eventFilter()
560 lblPreview->setPixmap( pixmap.scaled( size ) ); in eventFilter()
567 lblPreview->setPixmap( pixmap ); in eventFilter()
/dports/www/bolt/bolt-2.2.24/app/view/twig/editcontent/fields/
H A D_markdown.twig17 lblPreview: __('field.markdown.label.preview'),
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/settings/
H A Deditstyledialog.ui38 <widget class="QLabel" name="lblPreview" >
/dports/devel/redasm/REDasm-2.1.1/dialogs/settingsdialog/
H A Dsettingsdialog.cpp73 ui->lblPreview->setFont(font); in updatePreview()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Dnewformwidget.cpp149 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
250 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
252 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in check()
235 m_ui->lblPreview->setText(tr("Error loading form")); in check()
237 m_ui->lblPreview->setPixmap(pixmap); in check()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dnewformwidget.cpp136 m_ui->lblPreview->setBackgroundRole(QPalette::Base); in NewFormWidget()
235 m_ui->lblPreview->setText(tr("Error loading form")); in showCurrentItemPixmap()
237 m_ui->lblPreview->setPixmap(pixmap); in showCurrentItemPixmap()

123456789