- modified the Bookmark manager to be installed as a widget tab in Plot Area; fixed the drag & drop function for the table rows that have CellWidgets inside

- marked in gray color the rows in the Bookmark Manager table that will populate the BookMark menu
- made sure that only one instance of the BookmarkManager class is active at one time
This commit is contained in:
Marius Stanciu
2019-10-12 01:35:25 +03:00
committed by Marius
parent 4a872dd79f
commit 1ad7b7716b
6 changed files with 512 additions and 356 deletions

View File

@@ -8,14 +8,15 @@
import os
import sys
import logging
from pathlib import Path
from PyQt5 import QtWidgets, QtGui
from PyQt5.QtCore import QSettings
from flatcamGUI.GUIElements import log
import gettext
log = logging.getLogger('base')
# import builtins
#