Added export dialog class
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""novelWriter GUI Export Tools
|
||||
|
||||
novelWriter – GUI Export Tool
|
||||
================================
|
||||
Tool for exporting project files to other formats
|
||||
|
||||
File History:
|
||||
Created: 2019-10-13 [0.2.3]
|
||||
|
||||
"""
|
||||
|
||||
import logging
|
||||
import nw
|
||||
|
||||
from os import path
|
||||
|
||||
from PyQt5.QtWidgets import QDialog
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class GuiExport(QDialog):
|
||||
|
||||
# END Class GuiExport
|
||||
Reference in New Issue
Block a user