diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-20 19:40:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-20 19:40:09 -0500 |
commit | 0c38dae1820f720078be3e35fc236b462d28c4ca (patch) | |
tree | aaa4fafe8cdcd2a9eceb24600626b7d82714b3d2 | |
parent | c6cdb2d868107dc0602e3745acba30fad1273cb5 (diff) | |
download | hypervideo-gui-0c38dae1820f720078be3e35fc236b462d28c4ca.tar.lz hypervideo-gui-0c38dae1820f720078be3e35fc236b462d28c4ca.tar.xz hypervideo-gui-0c38dae1820f720078be3e35fc236b462d28c4ca.zip |
added comment to get format button
-rw-r--r-- | hypervideo_gui/main_ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 211ebe9..939ac20 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -179,6 +179,7 @@ class MainWindow(QMainWindow): self.dl_btn.setFixedWidth(btnwidth) self.dl_btn.setFixedHeight(32) + # Get Formats button self.fmts_btn = QToolButton() self.fmts_btn.setText('Get Formats') self.fmts_btn.setFixedWidth(btnwidth) |