Home
last modified time | relevance | path

Searched refs:QInputDialog (Results 101 – 125 of 2509) sorted by relevance

12345678910>>...101

/dports/multimedia/audacious/audacious-4.1/src/libaudqt/
H A Dplaylist-management.cc36 auto dialog = new QInputDialog; in buildRenameDialog()
37 dialog->setInputMode(QInputDialog::TextInput); in buildRenameDialog()
44 QObject::connect(dialog, &QInputDialog::textValueSelected, in buildRenameDialog()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/dialogs/
H A Dqinputdialog.h59 class Q_GUI_EXPORT QInputDialog : public QDialog
62 Q_DECLARE_PRIVATE(QInputDialog)
96 QInputDialog(QWidget *parent = 0, Qt::WindowFlags flags = 0);
97 ~QInputDialog();
243 Q_DISABLE_COPY(QInputDialog)
248 Q_DECLARE_OPERATORS_FOR_FLAGS(QInputDialog::InputDialogOptions)
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqinputdialog_c.h20 C_EXPORT void QInputDialog_setInputMode(QInputDialogH handle, QInputDialog::InputMode mode);
21 C_EXPORT QInputDialog::InputMode QInputDialog_inputMode(QInputDialogH handle);
24 C_EXPORT void QInputDialog_setOption(QInputDialogH handle, QInputDialog::InputDialogOption option, …
25 C_EXPORT bool QInputDialog_testOption(QInputDialogH handle, QInputDialog::InputDialogOption option);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqinputdialog_c.h20 C_EXPORT void QInputDialog_setInputMode(QInputDialogH handle, QInputDialog::InputMode mode);
21 C_EXPORT QInputDialog::InputMode QInputDialog_inputMode(QInputDialogH handle);
24 C_EXPORT void QInputDialog_setOption(QInputDialogH handle, QInputDialog::InputDialogOption option, …
25 C_EXPORT bool QInputDialog_testOption(QInputDialogH handle, QInputDialog::InputDialogOption option);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqinputdialog_c.h20 C_EXPORT void QInputDialog_setInputMode(QInputDialogH handle, QInputDialog::InputMode mode);
21 C_EXPORT QInputDialog::InputMode QInputDialog_inputMode(QInputDialogH handle);
24 C_EXPORT void QInputDialog_setOption(QInputDialogH handle, QInputDialog::InputDialogOption option, …
25 C_EXPORT bool QInputDialog_testOption(QInputDialogH handle, QInputDialog::InputDialogOption option);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqinputdialog_c.h20 C_EXPORT void QInputDialog_setInputMode(QInputDialogH handle, QInputDialog::InputMode mode);
21 C_EXPORT QInputDialog::InputMode QInputDialog_inputMode(QInputDialogH handle);
24 C_EXPORT void QInputDialog_setOption(QInputDialogH handle, QInputDialog::InputDialogOption option, …
25 C_EXPORT bool QInputDialog_testOption(QInputDialogH handle, QInputDialog::InputDialogOption option);
/dports/graphics/qvge/qvge-0.6.3/src/3rdParty/qtpropertybrowser/
H A Dlineedit.h16 class QInputDialog; variable
33 static QInputDialog *inputDialog;
/dports/www/qutebrowser/qutebrowser-2.4.0/misc/userscripts/
H A Dadd-nextcloud-bookmarks44 from PyQt5.QtWidgets import QApplication, QInputDialog, QLineEdit
53 text, ok = QInputDialog.getText(
60 text, ok = QInputDialog.getText(
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprefs_hyphenator.cpp91 …QString text = QInputDialog::getText(this, tr("Ignore List"), tr("Add a new Entry"), QLineEdit::No… in addToIgnoreList()
103 …QString text = QInputDialog::getText(this, tr("Ignore List"), tr("Edit Entry"), QLineEdit::Normal,… in editIgnoreListEntry()
132 …QString text = QInputDialog::getText(this, tr("Exception List"), tr("Add a new Entry"), QLineEdit:… in addToExceptList()
144 …QString text = QInputDialog::getText(this, tr("Exception List"), tr("Edit Entry"), QLineEdit::Norm… in editExceptListEntry()
/dports/deskutils/calibre/calibre-src-5.34.0/manual/plugin_examples/webengine_demo/
H A Dui.py14 from qt.core import QInputDialog
50 …url, ok = QInputDialog.getText(self.gui, 'Enter a URL', 'Enter a URL to browse below', text='https…
/dports/misc/actiona/actiona-3.10.1/actions/actionpackwindows/actions/
H A Ddatainputinstance.h26 class QInputDialog; variable
65 QInputDialog *mInputDialog;
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Subdivision_methods/
H A DSubdivision_methods_plugin.cpp103 int nb_steps = QInputDialog::getInt(mw, in on_actionLoop_triggered()
133 int nb_steps = QInputDialog::getInt(mw, in on_actionCatmullClark_triggered()
164 int nb_steps = QInputDialog::getInt(mw, in on_actionSqrt3_triggered()
197 int nb_steps = QInputDialog::getInt(mw, in on_actionDooSabin_triggered()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/
H A Dpassworddialog.cpp59 QInputDialog dlg; in askPassword()
60 return QInputDialog::getText(parent, tr("Password"), tr("Password:"), QLineEdit::Password); in askPassword()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dutilities_p.h30 class FilenameDialog : public QInputDialog {
34 QInputDialog(parent, flags), in QInputDialog() function
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/widgets/
H A Dstringlistedit.cpp51 QString txt = QInputDialog::getText( in addItem()
71 QString txt = QInputDialog::getText( in editItem()
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/widgets/
H A Dstringlistedit.cpp51 QString txt = QInputDialog::getText( in addItem()
71 QString txt = QInputDialog::getText( in editItem()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dget_animation_name_dialog.cpp30 QInputDialog(parent), in GetAnimationNameDialog()
46 QInputDialog(parent), in GetAnimationNameDialog()
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/WizardPlugins/InputDialogWizard/
H A DInputDialogWizardDialog.py14 from PyQt5.QtWidgets import QLineEdit, QDialog, QInputDialog, QDialogButtonBox
79 QInputDialog.getText(
86 QInputDialog.getInt(
107 QInputDialog.getDouble(
/dports/astro/indiwebmanagerapp/INDIWebManagerApp-1.6/src/
H A Dopsmanager.cpp109 int delay = QInputDialog::getInt(nullptr, i18n("Get Delay for Startup"), in setLaunchAtStartup()
138 QString password = QInputDialog::getText(nullptr, "Get Password", in setLaunchAtStartup()
171 QString password = QInputDialog::getText(nullptr, "Get Password", in setLaunchAtStartup()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/ActionMan/
H A Dactionproperty.cpp331 QString text = QInputDialog::getText(this, i18n("New protocol"), i18n("Set a protocol:"), in newProtocol()
348 QString text = QInputDialog::getText(this, i18n("Edit Protocol"), i18n("Set another protocol:"), in editProtocol()
382 QString text = QInputDialog::getText(this, i18n("Edit Path"), i18n("Set another path:"), in editPath()
406 QString text = QInputDialog::getText(this, i18n("New MIME Type"), i18n("Set a MIME type:"), in addMime()
423 … QString text = QInputDialog::getText(this, i18n("Edit MIME Type"), i18n("Set another MIME type:"), in editMime()
447 QString text = QInputDialog::getText(this, i18n("New File Name"), i18n("Set a file name:"), in newFile()
464 … QString text = QInputDialog::getText(this, i18n("Edit File Name"), i18n("Set another file name:"), in editFile()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/src/dialog/
H A DMyInputDialog.cpp60 text = QInputDialog::getItem(w, t1, t2, list, 0, false, &res); in event()
62 text = QInputDialog::getText(w, t1, t2, type, QString(), &res); in event()
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/operations/
H A DRenameOperation.cpp58 QInputDialog dialog; in getNewFilename()
60 dialog.setInputMode(QInputDialog::TextInput); in getNewFilename()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/qtablewidget-resizing/
H A Dmainwindow.cpp97 int newWidth = QInputDialog::getInteger(this, tr("Change table width"), in changeWidth()
109 int newHeight = QInputDialog::getInteger(this, tr("Change table height"), in changeHeight()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/qtablewidget-resizing/
H A Dmainwindow.cpp107 int newWidth = QInputDialog::getInteger(this, tr("Change table width"), in changeWidth()
119 int newHeight = QInputDialog::getInteger(this, tr("Change table height"), in changeHeight()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/qtablewidget-resizing/
H A Dmainwindow.cpp107 int newWidth = QInputDialog::getInteger(this, tr("Change table width"), in changeWidth()
119 int newHeight = QInputDialog::getInteger(this, tr("Change table height"), in changeHeight()

12345678910>>...101