add GUI screenshot

This commit is contained in:
2022-12-16 23:40:58 +01:00
parent 9ff0a5946c
commit edaa745177
3 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ So this tool aims to get rid of the app by parsing data from _MyMüll.de_ web se
- press _sync events_ button and wait for completion. - press _sync events_ button and wait for completion.
- if you want do erase all former created events by this app, press _delete existing events_ button. - if you want do erase all former created events by this app, press _delete existing events_ button.
![GUI](./doc/GUI.png)
## Disclaimer ## Disclaimer
This tool was developed by an annoyed _MyMüll.de_ app user as a free contribution This tool was developed by an annoyed _MyMüll.de_ app user as a free contribution

BIN
doc/GUI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -247,7 +247,7 @@ class MyMuell2CalDavGui(QMainWindow):
self._calendarNames.setContentsMargins(0, 10, 0, 10) self._calendarNames.setContentsMargins(0, 10, 0, 10)
# self.setGeometry(300, 300, 1000, 800) # self.setGeometry(300, 300, 1000, 800)
self.setMinimumWidth(800) self.setMinimumWidth(500)
self.setWindowTitle("MyMuell DAV GUI") self.setWindowTitle("MyMuell DAV GUI")
def slot_process_finished(self, result: bool, msg: str): def slot_process_finished(self, result: bool, msg: str):