mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-15 08:19:08 -05:00
Designed the GUI settings dialog, but none of it does anything yet
This commit is contained in:
parent
1928bd80de
commit
e9865f8561
3 changed files with 246 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
from PyQt5 import QtCore, QtWidgets
|
||||
|
||||
from onionshare import strings
|
||||
from .settings_dialog import SettingsDialog
|
||||
|
||||
class Menu(QtWidgets.QMenuBar):
|
||||
"""
|
||||
|
|
@ -39,7 +40,7 @@ class Menu(QtWidgets.QMenuBar):
|
|||
"""
|
||||
Settings action triggered.
|
||||
"""
|
||||
print("Settings clicked")
|
||||
SettingsDialog()
|
||||
|
||||
def quit(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue