Skip to content

Commit

Permalink
use buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
frida-161 committed May 17, 2023
1 parent 9db6dcc commit e942605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
def choose_qgis(dirs):
combobox = QComboBox()
combobox.addItems(dirs)
buttonbox = QDialogButtonBox()
buttonbox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)
dialog = QDialog()
layout = QVBoxLayout()
layout.addWidget(combobox)
Expand Down

0 comments on commit e942605

Please sign in to comment.