Add a switch box widget and use it for filter options in build

This commit is contained in:
Veronica Berglyd Olsen
2023-04-16 21:19:09 +02:00
parent b6dceacaf0
commit 29386e8595
5 changed files with 142 additions and 12 deletions
-3
View File
@@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
import logging
import novelwriter
from PyQt5.QtCore import QRect, QPoint
@@ -32,8 +31,6 @@ from PyQt5.QtWidgets import (
QTabWidget, QVBoxLayout
)
logger = logging.getLogger(__name__)
class NPagedDialog(QDialog):