
qgis - NameError: name 'QMessageBox' is not defined
Dec 6, 2020 · NameError: name 'QMessageBox' is not defined Ask Question Asked 5 years, 1 month ago Modified 5 years ago
qgis - How to programmatically close a QMessagebox without …
Mar 4, 2015 · How to programmatically close a QMessagebox without clicking ok or X? [closed] Ask Question Asked 10 years, 10 months ago Modified 10 years, 10 months ago
QGIS Startup.py QMessageBox - Geographic Information Systems …
Jun 1, 2021 · I want to display a message box when I start QGIS that displays the same information each time. What exactly do I write in the start-up.py file ? from qgis.PyQt.QtCore …
Display a QmessageBox alert when "toggle editing" is clicked
Sep 30, 2022 · I am required to display a QMessageBox.warning () as a reminder to update a specific field when "Toggle editing" is clicked. This is required for a project in QGIS.
Warning and shut down when QMessageBox executing
Jun 17, 2021 · I have a QMessageBox inside a Plugin which is simply called by msgBox = QMessageBox() ret = msgBox.exec() When I click the OK button there is a warning in the …
Displaying a QMessageBox from the Processing Script Editor
Jan 9, 2025 · I'm writing a script from Processing Script Editor and I would showing a QMessageBox if a determined condition happens, but I'm not able to do this, because Qgis …
pyqgis - Geographic Information Systems Stack Exchange
Jun 17, 2021 · Based on Qt dcumentation, the QMessageBox::ButtonRole is only used to place the custom button you want to add at a certain position in your QMessageBox. The ButtonRole …
pyqgis 3 - QGIS QMessageBox in a personalize form - Geographic ...
Mar 21, 2020 · I want to personalize a form in QGIS 3.4. Just a basic case: when a user open attributes table, a message box fire up. For an incomprehensible reason this message box …
how do I create simple yes/no dialog in qgis python plugin?
Jan 12, 2016 · I'm making a QGIS plugin that processes a dataset. I started with pluginbuilder and have a GUI that allows me to set what to do. As my plugin is making changes, when it detects …
python - Custom forms feature in QGIS: QMessageBox.warning …
I am attempting to work with custom forms in QGIS. I have included a validate function in my code that will pop a QMessageBox() if the validation fails. My problem is that when I close the …