Skip to content

Commit

Permalink
browser: set objectName for toolbar
Browse files Browse the repository at this point in the history
jordens committed May 12, 2016
1 parent 5e09452 commit 260390b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/frontend/artiq_browser.py
Original file line number Diff line number Diff line change
@@ -107,6 +107,7 @@ def main():
main_window.addDockWidget(QtCore.Qt.RightDockWidgetArea, d_datasets)

toolbar = main_window.addToolBar("Experiment")
toolbar.setObjectName("experiment_toolbar")
toolbar.setToolButtonStyle(QtCore.Qt.ToolButtonTextBesideIcon)

open_action = QtWidgets.QAction("Open Experiment", main_window)

0 comments on commit 260390b

Please sign in to comment.