forked from sci-visus/VisoarAgExplorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVisoarBatchProcessWidget.py
More file actions
32 lines (32 loc) · 1.21 KB
/
VisoarBatchProcessWidget.py
File metadata and controls
32 lines (32 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
#
# from VisoarSettings import *
#
# from PyQt5.QtWebEngineWidgets import QWebEngineView
#
# from OpenVisus import *
# from OpenVisus.gui import *
#
# from PyQt5.QtGui import QFont
# from PyQt5.QtCore import QUrl, Qt, QSize, QDir, QRect
# from PyQt5.QtWidgets import QApplication, QHBoxLayout, QLineEdit,QLabel, QLineEdit, QTextEdit, QGridLayout
# from PyQt5.QtWidgets import QMainWindow, QPushButton, QVBoxLayout,QSplashScreen,QProxyStyle, QStyle, QAbstractButton
# from PyQt5.QtWidgets import QWidget, QMessageBox, QGroupBox, QShortcut,QSizePolicy,QPlainTextEdit,QDialog, QFileDialog
#
# from PyQt5.QtWidgets import QTableWidget,QTableWidgetItem
#
#
# class VisoarBatchProcessWidget(QWidget):
# def __init__(self, parent):
# super(QWidget, self).__init__(parent)
# self.parent = parent
# self.DEBUG = True
# self.setStyleSheet(LOOK_AND_FEEL)
#
# class Buttons:
# pass
#
# self.layout = QVBoxLayout()
# self.layout.setSpacing(GRID_SPACING)
#
# self.buttons = Buttons