Home
last modified time | relevance | path

Searched +defs:dialog +defs:text +defs:tlabel (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dabox.c95 GtkDialogClass *dialog = (GtkDialogClass *) gclass; in abox_class_init() local
118 GtkWidget *frame, *text, *scrollbar, *button; in abox_init() local
120 GtkDialog *dialog = GTK_DIALOG(object); in abox_init() local
263 static void response(GtkDialog *dialog, gint response_id) in response()
505 void abox_add_combo(ABox *abox, const gchar *tlabel, GList *presets, in abox_add_combo()
506 const gchar *text, GtkWidget *help_button) in abox_add_combo()
540 void abox_add_entry(ABox *abox, const gchar *text, GtkWidget *help_button) in abox_add_entry()
569 GtkDialog *dialog = (GtkDialog *) abox; in shade() local
603 static gboolean abox_delete(GtkWidget *dialog, GdkEventAny *event) in abox_delete()
675 GtkDialog *dialog = GTK_DIALOG(abox); in abox_set_percentage() local
/dports/graphics/qgis/qgis-3.22.3/src/app/layout/
H A Dqgslayoutdesignerdialog.cpp116 QgsAppLayoutDesignerInterface::QgsAppLayoutDesignerInterface( QgsLayoutDesignerDialog *dialog ) in QgsAppLayoutDesignerInterface()
281 QgsAtlasExportGuard( QgsLayoutDesignerDialog *dialog ) in QgsAtlasExportGuard()
1089 QLabel *tlabel = new QLabel( QStringLiteral( "<b>%1</b>" ).arg( tr( "Toolbars" ) ) ); in createPopupMenu() local
2609 QString text = mAtlasPageComboBox->lineEdit()->text(); in atlasPageComboEditingFinished() local
4381 QDialog dialog( this ); in getSvgExportSettings() local
4516 …QgsLayoutPdfExportOptionsDialog dialog( this, allowGeoPdfExport, dialogGeoPdfReason, geoPdfLayerOr… in getPdfExportSettings() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/layout/
H A Dqgslayoutdesignerdialog.cpp110 QgsAppLayoutDesignerInterface::QgsAppLayoutDesignerInterface( QgsLayoutDesignerDialog *dialog ) in QgsAppLayoutDesignerInterface()
267 QgsAtlasExportGuard( QgsLayoutDesignerDialog *dialog ) in QgsAtlasExportGuard()
1033 QLabel *tlabel = new QLabel( QStringLiteral( "<b>%1</b>" ).arg( tr( "Toolbars" ) ) ); in createPopupMenu() local
2501 QString text = mAtlasPageComboBox->lineEdit()->text(); in atlasPageComboEditingFinished() local
4293 QDialog dialog( this ); in getSvgExportSettings() local
4428 …QgsLayoutPdfExportOptionsDialog dialog( this, allowGeoPdfExport, dialogGeoPdfReason, geoPdfLayerOr… in getPdfExportSettings() local
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgisapp.cpp1289 QDialog *dialog = new QDialog( this, Qt::Tool ); in QgisApp() local
2119 …if ( QgsMessageViewer *dialog = dynamic_cast< QgsMessageViewer * >( QgsMessageOutput::createMessag… in handleDropUriList() local
3063 QString className, text; in showPythonDialog() local
6675 QgsNewGeoPackageLayerDialog dialog( this ); in newGeoPackageLayer() local
6682 QgsNewMeshLayerDialog dialog( this ); in newMeshLayer() local
9334 QgsVectorLayerSaveAsDialog *dialog = new QgsVectorLayerSaveAsDialog( vlayer, options, this ); in saveAsVectorFileGeneral() local
10199 QgsAttributeDialog *dialog = nullptr; in modifyAttributesOfSelectedFeatures() local
10789 …QgsFixAttributeDialog *dialog = new QgsFixAttributeDialog( pasteVectorLayer, invalidFeatures, this… in pasteFromClipboard() local
16221 QString text = QInputDialog::getText( this, tr( "New profile name" ), tr( "New profile name" ) ); in newProfile() local
17170 QLabel *tlabel = new QLabel( QStringLiteral( "<b>%1</b>" ).arg( tr( "Toolbars" ) ) ); in createPopupMenu() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgisapp.cpp1194 QDialog *dialog = new QDialog( this, Qt::Tool ); in QgisApp() local
2065 …if ( QgsMessageViewer *dialog = dynamic_cast< QgsMessageViewer * >( QgsMessageOutput::createMessag… in handleDropUriList() local
2969 QString className, text; in showPythonDialog() local
6745 QgsNewGeoPackageLayerDialog dialog( this ); in newGeoPackageLayer() local
9096 QgsVectorLayerSaveAsDialog *dialog = new QgsVectorLayerSaveAsDialog( vlayer, options, this ); in saveAsVectorFileGeneral() local
9956 QgsAttributeDialog *dialog = new QgsAttributeDialog( vl, &f, false, this, true, context ); in modifyAttributesOfSelectedFeatures() local
10475 …QgsFixAttributeDialog *dialog = new QgsFixAttributeDialog( pasteVectorLayer, invalidFeatures, this… in pasteFromClipboard() local
15472 QString text = QInputDialog::getText( this, tr( "New profile name" ), tr( "New profile name" ) ); in newProfile() local
16377 QLabel *tlabel = new QLabel( QStringLiteral( "<b>%1</b>" ).arg( tr( "Toolbars" ) ) ); in createPopupMenu() local
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DEditorWindow.C2846 void EditorWindow::checkPointForFindDialog(FindToolDialog* dialog) in checkPointForFindDialog()
5108 const char *tlabel = n->getLabelString(); in areSelectedNodesMacrofiable() local
6141 void EditorWindow::setCopiedNet(const char* text) in setCopiedNet()