GraphKey.app.modules.data_export.google_drive_interface.google_drive_select_folder
index

 
Modules
       
PyQt5.QtCore
PyQt5.QtGui
PyQt5.QtWidgets
tkinter.constants
GraphKey.app.modules.data_import.data_frame_functions
enum
tkinter.filedialog
GraphKey.app.modules.data_export.google_drive_interface.google_drive_functions
GraphKey.app.modules.graphing.generate_graph_pickle
os
GraphKey.app.modules.path_globals
pathlib
pandas
pickle
PIL
plotly.express
re
GraphKey.app.modules.gui.window_elements.scrollable_checklist
scipy.stats
sys
tkinter

 
Classes
       
PyQt5.QtGui.QStandardItem(sip.wrapper)
StandardItem
PyQt5.QtWidgets.QWidget(PyQt5.QtCore.QObject, PyQt5.QtGui.QPaintDevice)
FileTree

 
class FileTree(PyQt5.QtWidgets.QWidget)
    FileTree(app, drive, list_of_file_paths, graph_page)
 
QWidget class defining the Google Drive Select Folder Screen. This screen shows the user the folders they can select from to export their files to on their Google Drive account.
 
 
Method resolution order:
FileTree
PyQt5.QtWidgets.QWidget
PyQt5.QtCore.QObject
sip.wrapper
PyQt5.QtGui.QPaintDevice
sip.simplewrapper
builtins.object

Methods defined here:
__init__(self, app, drive, list_of_file_paths, graph_page)
Initializes the Google Drive Select Folder Screen.
:param: app - Variable pointing to the parent application, used for processing events.
:param: drive - The Google Drive account to upload to.
:param: list_of_file_paths - List of files user can choose to export from.
:param: graph_page - Variable linking to the graph_creation_page instance.
cancel(self)
If the user chooses to cancel, this function closes the window.
create_folder(self, drive, treeView, sorted_model, treeModel, list_of_file_paths)
If the user chooses to create a folder, this function will create a folder in the Google Drive account.
:param: drive - The link to the Google Drive account.
:param: treeView - The file tree object, used to get the selected item.
:param: sorted_model - The model mapping to the proper index of an item.
:param: treeModel - The model containing the item nodes.
:param: list_of_file_paths - The paths of the files to upload.
getSelectedItem(self, treeView, sorted_model, treeModel)
This function gets the currently selected item.
:param: treeView - The file tree object, used to get the selected item.
:param: sorted_model - The model mapping to the proper index of an item.
:param: treeModel - The model containing the item nodes.
:return: The selected item node.
make_window(self, drive, list_of_file_paths)
Creates the Select Folder window and all of its elements.
recursive_file_getter(self, font_size, current_folder_id, drive, parent)
This function retrieves the contents of a Google Drive account in a recursive fashion.
:param: font_size - The current font size of this level of recursion.
:param: current_folder_if - The id of the folder we're currently looking in.
:param: drive - The link to the Google Drive account.
:param: parent - The parent folder.
refresh(self, drive, list_of_file_paths)
This function refreshes the window, used to update the contents of the Google Drive account.
:param: drive - The link to the Google Drive account.
:param: list_of_file_paths - The paths of the files to upload.
save_file(self, list_of_file_paths, treeView, sorted_model, treeModel, drive)
Once the user chooses to export, this function will uploads the files to the Google Drive account.
:param: list_of_file_paths - The paths of the files to upload.
:param: treeView - The file tree object, used to get the selected item.
:param: sorted_model - The model mapping to the proper index of an item.
:param: treeModel - The model containing the item nodes.
:param: drive - The link to the Google Drive account.

Methods inherited from PyQt5.QtWidgets.QWidget:
acceptDrops(...)
acceptDrops(self) -> bool
accessibleDescription(...)
accessibleDescription(self) -> str
accessibleName(...)
accessibleName(self) -> str
actionEvent(...)
actionEvent(self, QActionEvent)
actions(...)
actions(self) -> List[QAction]
activateWindow(...)
activateWindow(self)
addAction(...)
addAction(self, QAction)
addActions(...)
addActions(self, Iterable[QAction])
adjustSize(...)
adjustSize(self)
autoFillBackground(...)
autoFillBackground(self) -> bool
backgroundRole(...)
backgroundRole(self) -> QPalette.ColorRole
baseSize(...)
baseSize(self) -> QSize
changeEvent(...)
changeEvent(self, QEvent)
childAt(...)
childAt(self, QPoint) -> QWidget
childAt(self, int, int) -> QWidget
childEvent(...)
childrenRect(...)
childrenRect(self) -> QRect
childrenRegion(...)
childrenRegion(self) -> QRegion
clearFocus(...)
clearFocus(self)
clearMask(...)
clearMask(self)
close(...)
close(self) -> bool
closeEvent(...)
closeEvent(self, QCloseEvent)
connectNotify(...)
contentsMargins(...)
contentsMargins(self) -> QMargins
contentsRect(...)
contentsRect(self) -> QRect
contextMenuEvent(...)
contextMenuEvent(self, QContextMenuEvent)
contextMenuPolicy(...)
contextMenuPolicy(self) -> Qt.ContextMenuPolicy
create(...)
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
createWindowContainer(...)
createWindowContainer(QWindow, parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = 0) -> QWidget
cursor(...)
cursor(self) -> QCursor
customContextMenuRequested = <unbound PYQT_SIGNAL customContextMenuRequested(QPoint)>
customEvent(...)
destroy(...)
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
devType(...)
devType(self) -> int
disconnectNotify(...)
dragEnterEvent(...)
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(...)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(...)
dragMoveEvent(self, QDragMoveEvent)
dropEvent(...)
dropEvent(self, QDropEvent)
effectiveWinId(...)
effectiveWinId(self) -> sip.voidptr
ensurePolished(...)
ensurePolished(self)
enterEvent(...)
enterEvent(self, QEvent)
event(...)
event(self, QEvent) -> bool
find(...)
find(sip.voidptr) -> QWidget
focusInEvent(...)
focusInEvent(self, QFocusEvent)
focusNextChild(...)
focusNextChild(self) -> bool
focusNextPrevChild(...)
focusNextPrevChild(self, bool) -> bool
focusOutEvent(...)
focusOutEvent(self, QFocusEvent)
focusPolicy(...)
focusPolicy(self) -> Qt.FocusPolicy
focusPreviousChild(...)
focusPreviousChild(self) -> bool
focusProxy(...)
focusProxy(self) -> QWidget
focusWidget(...)
focusWidget(self) -> QWidget
font(...)
font(self) -> QFont
fontInfo(...)
fontInfo(self) -> QFontInfo
fontMetrics(...)
fontMetrics(self) -> QFontMetrics
foregroundRole(...)
foregroundRole(self) -> QPalette.ColorRole
frameGeometry(...)
frameGeometry(self) -> QRect
frameSize(...)
frameSize(self) -> QSize
geometry(...)
geometry(self) -> QRect
getContentsMargins(...)
getContentsMargins(self) -> Tuple[int, int, int, int]
grab(...)
grab(self, rectangle: QRect = QRect(QPoint(0,0),QSize(-1,-1))) -> QPixmap
grabGesture(...)
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())
grabKeyboard(...)
grabKeyboard(self)
grabMouse(...)
grabMouse(self)
grabMouse(self, Union[QCursor, Qt.CursorShape])
grabShortcut(...)
grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut) -> int
graphicsEffect(...)
graphicsEffect(self) -> QGraphicsEffect
graphicsProxyWidget(...)
graphicsProxyWidget(self) -> QGraphicsProxyWidget
hasFocus(...)
hasFocus(self) -> bool
hasHeightForWidth(...)
hasHeightForWidth(self) -> bool
hasMouseTracking(...)
hasMouseTracking(self) -> bool
hasTabletTracking(...)
hasTabletTracking(self) -> bool
height(...)
height(self) -> int
heightForWidth(...)
heightForWidth(self, int) -> int
hide(...)
hide(self)
hideEvent(...)
hideEvent(self, QHideEvent)
initPainter(...)
initPainter(self, QPainter)
inputMethodEvent(...)
inputMethodEvent(self, QInputMethodEvent)
inputMethodHints(...)
inputMethodHints(self) -> Qt.InputMethodHints
inputMethodQuery(...)
inputMethodQuery(self, Qt.InputMethodQuery) -> Any
insertAction(...)
insertAction(self, QAction, QAction)
insertActions(...)
insertActions(self, QAction, Iterable[QAction])
isActiveWindow(...)
isActiveWindow(self) -> bool
isAncestorOf(...)
isAncestorOf(self, QWidget) -> bool
isEnabled(...)
isEnabled(self) -> bool
isEnabledTo(...)
isEnabledTo(self, QWidget) -> bool
isFullScreen(...)
isFullScreen(self) -> bool
isHidden(...)
isHidden(self) -> bool
isLeftToRight(...)
isLeftToRight(self) -> bool
isMaximized(...)
isMaximized(self) -> bool
isMinimized(...)
isMinimized(self) -> bool
isModal(...)
isModal(self) -> bool
isRightToLeft(...)
isRightToLeft(self) -> bool
isSignalConnected(...)
isVisible(...)
isVisible(self) -> bool
isVisibleTo(...)
isVisibleTo(self, QWidget) -> bool
isWindow(...)
isWindow(self) -> bool
isWindowModified(...)
isWindowModified(self) -> bool
keyPressEvent(...)
keyPressEvent(self, QKeyEvent)
keyReleaseEvent(...)
keyReleaseEvent(self, QKeyEvent)
keyboardGrabber(...)
keyboardGrabber() -> QWidget
layout(...)
layout(self) -> QLayout
layoutDirection(...)
layoutDirection(self) -> Qt.LayoutDirection
leaveEvent(...)
leaveEvent(self, QEvent)
locale(...)
locale(self) -> QLocale
lower(...)
lower(self)
mapFrom(...)
mapFrom(self, QWidget, QPoint) -> QPoint
mapFromGlobal(...)
mapFromGlobal(self, QPoint) -> QPoint
mapFromParent(...)
mapFromParent(self, QPoint) -> QPoint
mapTo(...)
mapTo(self, QWidget, QPoint) -> QPoint
mapToGlobal(...)
mapToGlobal(self, QPoint) -> QPoint
mapToParent(...)
mapToParent(self, QPoint) -> QPoint
mask(...)
mask(self) -> QRegion
maximumHeight(...)
maximumHeight(self) -> int
maximumSize(...)
maximumSize(self) -> QSize
maximumWidth(...)
maximumWidth(self) -> int
metric(...)
metric(self, QPaintDevice.PaintDeviceMetric) -> int
minimumHeight(...)
minimumHeight(self) -> int
minimumSize(...)
minimumSize(self) -> QSize
minimumSizeHint(...)
minimumSizeHint(self) -> QSize
minimumWidth(...)
minimumWidth(self) -> int
mouseDoubleClickEvent(...)
mouseDoubleClickEvent(self, QMouseEvent)
mouseGrabber(...)
mouseGrabber() -> QWidget
mouseMoveEvent(...)
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(...)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(...)
mouseReleaseEvent(self, QMouseEvent)
move(...)
move(self, QPoint)
move(self, int, int)
moveEvent(...)
moveEvent(self, QMoveEvent)
nativeEvent(...)
nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr) -> Tuple[bool, int]
nativeParentWidget(...)
nativeParentWidget(self) -> QWidget
nextInFocusChain(...)
nextInFocusChain(self) -> QWidget
normalGeometry(...)
normalGeometry(self) -> QRect
overrideWindowFlags(...)
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
overrideWindowState(...)
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
paintEngine(...)
paintEngine(self) -> QPaintEngine
paintEvent(...)
paintEvent(self, QPaintEvent)
palette(...)
palette(self) -> QPalette
parentWidget(...)
parentWidget(self) -> QWidget
pos(...)
pos(self) -> QPoint
previousInFocusChain(...)
previousInFocusChain(self) -> QWidget
raise_(...)
raise_(self)
receivers(...)
rect(...)
rect(self) -> QRect
releaseKeyboard(...)
releaseKeyboard(self)
releaseMouse(...)
releaseMouse(self)
releaseShortcut(...)
releaseShortcut(self, int)
removeAction(...)
removeAction(self, QAction)
render(...)
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.DrawChildren))
render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.DrawChildren))
repaint(...)
repaint(self)
repaint(self, int, int, int, int)
repaint(self, QRect)
repaint(self, QRegion)
resize(...)
resize(self, QSize)
resize(self, int, int)
resizeEvent(...)
resizeEvent(self, QResizeEvent)
restoreGeometry(...)
restoreGeometry(self, Union[QByteArray, bytes, bytearray]) -> bool
saveGeometry(...)
saveGeometry(self) -> QByteArray
screen(...)
screen(self) -> QScreen
scroll(...)
scroll(self, int, int)
scroll(self, int, int, QRect)
sender(...)
senderSignalIndex(...)
setAcceptDrops(...)
setAcceptDrops(self, bool)
setAccessibleDescription(...)
setAccessibleDescription(self, str)
setAccessibleName(...)
setAccessibleName(self, str)
setAttribute(...)
setAttribute(self, Qt.WidgetAttribute, on: bool = True)
setAutoFillBackground(...)
setAutoFillBackground(self, bool)
setBackgroundRole(...)
setBackgroundRole(self, QPalette.ColorRole)
setBaseSize(...)
setBaseSize(self, int, int)
setBaseSize(self, QSize)
setContentsMargins(...)
setContentsMargins(self, int, int, int, int)
setContentsMargins(self, QMargins)
setContextMenuPolicy(...)
setContextMenuPolicy(self, Qt.ContextMenuPolicy)
setCursor(...)
setCursor(self, Union[QCursor, Qt.CursorShape])
setDisabled(...)
setDisabled(self, bool)
setEnabled(...)
setEnabled(self, bool)
setFixedHeight(...)
setFixedHeight(self, int)
setFixedSize(...)
setFixedSize(self, QSize)
setFixedSize(self, int, int)
setFixedWidth(...)
setFixedWidth(self, int)
setFocus(...)
setFocus(self)
setFocus(self, Qt.FocusReason)
setFocusPolicy(...)
setFocusPolicy(self, Qt.FocusPolicy)
setFocusProxy(...)
setFocusProxy(self, QWidget)
setFont(...)
setFont(self, QFont)
setForegroundRole(...)
setForegroundRole(self, QPalette.ColorRole)
setGeometry(...)
setGeometry(self, QRect)
setGeometry(self, int, int, int, int)
setGraphicsEffect(...)
setGraphicsEffect(self, QGraphicsEffect)
setHidden(...)
setHidden(self, bool)
setInputMethodHints(...)
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])
setLayout(...)
setLayout(self, QLayout)
setLayoutDirection(...)
setLayoutDirection(self, Qt.LayoutDirection)
setLocale(...)
setLocale(self, QLocale)
setMask(...)
setMask(self, QBitmap)
setMask(self, QRegion)
setMaximumHeight(...)
setMaximumHeight(self, int)
setMaximumSize(...)
setMaximumSize(self, int, int)
setMaximumSize(self, QSize)
setMaximumWidth(...)
setMaximumWidth(self, int)
setMinimumHeight(...)
setMinimumHeight(self, int)
setMinimumSize(...)
setMinimumSize(self, int, int)
setMinimumSize(self, QSize)
setMinimumWidth(...)
setMinimumWidth(self, int)
setMouseTracking(...)
setMouseTracking(self, bool)
setPalette(...)
setPalette(self, QPalette)
setParent(...)
setParent(self, QWidget)
setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])
setShortcutAutoRepeat(...)
setShortcutAutoRepeat(self, int, enabled: bool = True)
setShortcutEnabled(...)
setShortcutEnabled(self, int, enabled: bool = True)
setSizeIncrement(...)
setSizeIncrement(self, int, int)
setSizeIncrement(self, QSize)
setSizePolicy(...)
setSizePolicy(self, QSizePolicy)
setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)
setStatusTip(...)
setStatusTip(self, str)
setStyle(...)
setStyle(self, QStyle)
setStyleSheet(...)
setStyleSheet(self, str)
setTabOrder(...)
setTabOrder(QWidgetQWidget)
setTabletTracking(...)
setTabletTracking(self, bool)
setToolTip(...)
setToolTip(self, str)
setToolTipDuration(...)
setToolTipDuration(self, int)
setUpdatesEnabled(...)
setUpdatesEnabled(self, bool)
setVisible(...)
setVisible(self, bool)
setWhatsThis(...)
setWhatsThis(self, str)
setWindowFilePath(...)
setWindowFilePath(self, str)
setWindowFlag(...)
setWindowFlag(self, Qt.WindowType, on: bool = True)
setWindowFlags(...)
setWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
setWindowIcon(...)
setWindowIcon(self, QIcon)
setWindowIconText(...)
setWindowIconText(self, str)
setWindowModality(...)
setWindowModality(self, Qt.WindowModality)
setWindowModified(...)
setWindowModified(self, bool)
setWindowOpacity(...)
setWindowOpacity(self, float)
setWindowRole(...)
setWindowRole(self, str)
setWindowState(...)
setWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
setWindowTitle(...)
setWindowTitle(self, str)
sharedPainter(...)
sharedPainter(self) -> QPainter
show(...)
show(self)
showEvent(...)
showEvent(self, QShowEvent)
showFullScreen(...)
showFullScreen(self)
showMaximized(...)
showMaximized(self)
showMinimized(...)
showMinimized(self)
showNormal(...)
showNormal(self)
size(...)
size(self) -> QSize
sizeHint(...)
sizeHint(self) -> QSize
sizeIncrement(...)
sizeIncrement(self) -> QSize
sizePolicy(...)
sizePolicy(self) -> QSizePolicy
stackUnder(...)
stackUnder(self, QWidget)
statusTip(...)
statusTip(self) -> str
style(...)
style(self) -> QStyle
styleSheet(...)
styleSheet(self) -> str
tabletEvent(...)
tabletEvent(self, QTabletEvent)
testAttribute(...)
testAttribute(self, Qt.WidgetAttribute) -> bool
timerEvent(...)
toolTip(...)
toolTip(self) -> str
toolTipDuration(...)
toolTipDuration(self) -> int
underMouse(...)
underMouse(self) -> bool
ungrabGesture(...)
ungrabGesture(self, Qt.GestureType)
unsetCursor(...)
unsetCursor(self)
unsetLayoutDirection(...)
unsetLayoutDirection(self)
unsetLocale(...)
unsetLocale(self)
update(...)
update(self)
update(self, QRect)
update(self, QRegion)
update(self, int, int, int, int)
updateGeometry(...)
updateGeometry(self)
updateMicroFocus(...)
updateMicroFocus(self)
updatesEnabled(...)
updatesEnabled(self) -> bool
visibleRegion(...)
visibleRegion(self) -> QRegion
whatsThis(...)
whatsThis(self) -> str
wheelEvent(...)
wheelEvent(self, QWheelEvent)
width(...)
width(self) -> int
winId(...)
winId(self) -> sip.voidptr
window(...)
window(self) -> QWidget
windowFilePath(...)
windowFilePath(self) -> str
windowFlags(...)
windowFlags(self) -> Qt.WindowFlags
windowHandle(...)
windowHandle(self) -> QWindow
windowIcon(...)
windowIcon(self) -> QIcon
windowIconChanged = <unbound PYQT_SIGNAL windowIconChanged(QIcon)>
windowIconText(...)
windowIconText(self) -> str
windowIconTextChanged = <unbound PYQT_SIGNAL windowIconTextChanged(QString)>
windowModality(...)
windowModality(self) -> Qt.WindowModality
windowOpacity(...)
windowOpacity(self) -> float
windowRole(...)
windowRole(self) -> str
windowState(...)
windowState(self) -> Qt.WindowStates
windowTitle(...)
windowTitle(self) -> str
windowTitleChanged = <unbound PYQT_SIGNAL windowTitleChanged(QString)>
windowType(...)
windowType(self) -> Qt.WindowType
x(...)
x(self) -> int
y(...)
y(self) -> int

Data and other attributes inherited from PyQt5.QtWidgets.QWidget:
DrawChildren = 2
DrawWindowBackground = 1
IgnoreMask = 4
RenderFlag = <class 'PyQt5.QtWidgets.QWidget.RenderFlag'>
RenderFlags = <class 'PyQt5.QtWidgets.QWidget.RenderFlags'>
QWidget.RenderFlags()
QWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag])
QWidget.RenderFlags(QWidget.RenderFlags)

Methods inherited from PyQt5.QtCore.QObject:
__getattr__(...)
__getattr__(self, str) -> object
blockSignals(...)
blockSignals(self, bool) -> bool
children(...)
children(self) -> List[QObject]
deleteLater(...)
deleteLater(self)
destroyed = <unbound PYQT_SIGNAL destroyed(QObject*)>
disconnect(...)
disconnect(QMetaObject.Connection) -> bool
disconnect(self)
dumpObjectInfo(...)
dumpObjectInfo(self)
dumpObjectTree(...)
dumpObjectTree(self)
dynamicPropertyNames(...)
dynamicPropertyNames(self) -> List[QByteArray]
eventFilter(...)
eventFilter(self, QObject, QEvent) -> bool
findChild(...)
findChild(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChild(self, Tuple, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren(...)
findChildren(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
findChildren(self, Tuple, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
inherits(...)
inherits(self, str) -> bool
installEventFilter(...)
installEventFilter(self, QObject)
isWidgetType(...)
isWidgetType(self) -> bool
isWindowType(...)
isWindowType(self) -> bool
killTimer(...)
killTimer(self, int)
metaObject(...)
metaObject(self) -> QMetaObject
moveToThread(...)
moveToThread(self, QThread)
objectName(...)
objectName(self) -> str
objectNameChanged = <unbound PYQT_SIGNAL objectNameChanged(QString)>
parent(...)
parent(self) -> QObject
property(...)
property(self, str) -> Any
pyqtConfigure(...)
QObject.pyqtConfigure(...)
 
Each keyword argument is either the name of a Qt property or a Qt signal.
For properties the property is set to the given value which should be of an
appropriate type.
For signals the signal is connected to the given value which should be a
callable.
removeEventFilter(...)
removeEventFilter(self, QObject)
setObjectName(...)
setObjectName(self, str)
setProperty(...)
setProperty(self, str, Any) -> bool
signalsBlocked(...)
signalsBlocked(self) -> bool
startTimer(...)
startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) -> int
thread(...)
thread(self) -> QThread
tr(...)
tr(self, str, disambiguation: str = None, n: int = -1) -> str

Data descriptors inherited from PyQt5.QtCore.QObject:
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from PyQt5.QtCore.QObject:
staticMetaObject = <PyQt5.QtCore.QMetaObject object>

Methods inherited from PyQt5.QtGui.QPaintDevice:
colorCount(...)
colorCount(self) -> int
depth(...)
depth(self) -> int
devicePixelRatio(...)
devicePixelRatio(self) -> int
devicePixelRatioF(...)
devicePixelRatioF(self) -> float
devicePixelRatioFScale(...)
devicePixelRatioFScale() -> float
heightMM(...)
heightMM(self) -> int
logicalDpiX(...)
logicalDpiX(self) -> int
logicalDpiY(...)
logicalDpiY(self) -> int
paintingActive(...)
paintingActive(self) -> bool
physicalDpiX(...)
physicalDpiX(self) -> int
physicalDpiY(...)
physicalDpiY(self) -> int
widthMM(...)
widthMM(self) -> int

Data and other attributes inherited from PyQt5.QtGui.QPaintDevice:
PaintDeviceMetric = <class 'PyQt5.QtGui.QPaintDevice.PaintDeviceMetric'>
PdmDepth = 6
PdmDevicePixelRatio = 11
PdmDevicePixelRatioScaled = 12
PdmDpiX = 7
PdmDpiY = 8
PdmHeight = 2
PdmHeightMM = 4
PdmNumColors = 5
PdmPhysicalDpiX = 9
PdmPhysicalDpiY = 10
PdmWidth = 1
PdmWidthMM = 3

Static methods inherited from sip.simplewrapper:
__new__(*args, **kwargs) from sip.wrappertype
Create and return a new object.  See help(type) for accurate signature.

Data descriptors inherited from sip.simplewrapper:
__dict__

 
class StandardItem(PyQt5.QtGui.QStandardItem)
    StandardItem(txt='', font_size=12, set_bold=False, color=&lt;PyQt5.QtGui.QColor object at 0x000001DB514386D8&gt;)
 
QStandardItem class that represent a folder or file object in the Google Drive account.
 
 
Method resolution order:
StandardItem
PyQt5.QtGui.QStandardItem
sip.wrapper
sip.simplewrapper
builtins.object

Methods defined here:
__init__(self, txt='', font_size=12, set_bold=False, color=<PyQt5.QtGui.QColor object at 0x000001DB514386D8>)
This function initializes the item.
:param: txt - The text of the item.
:param: font_size - The font_size of the text of the item.
:param: set_bold - Enables if the text of the item should be bold.
:param: color - The color of the text of the item.
get_file_id(self)
This function returns the file id of an item.
:return: File id.
get_folder(self)
This functions returns if the item is a folder.
:return: Boolean defining if the item is a folder.
set_file_id(self, f_id)
This function gives the item a file id.
:param: f_id - The file id to assign.
set_folder(self, flag)
Thus function tells the item if it is a folder.
:param: flag - Boolean defining if the item is a folder.

Data and other attributes defined here:
file_id = 0
folder = False

Methods inherited from PyQt5.QtGui.QStandardItem:
__eq__(self, value, /)
Return self==value.
__ge__(self, value, /)
Return self>=value.
__gt__(self, value, /)
Return self>value.
__le__(self, value, /)
Return self<=value.
__lt__(self, value, /)
Return self<value.
__ne__(self, value, /)
Return self!=value.
accessibleDescription(...)
accessibleDescription(self) -> str
accessibleText(...)
accessibleText(self) -> str
appendColumn(...)
appendColumn(self, Iterable[QStandardItem])
appendRow(...)
appendRow(self, Iterable[QStandardItem])
appendRow(self, QStandardItem)
appendRows(...)
appendRows(self, Iterable[QStandardItem])
background(...)
background(self) -> QBrush
checkState(...)
checkState(self) -> Qt.CheckState
child(...)
child(self, int, column: int = 0) -> QStandardItem
clearData(...)
clearData(self)
clone(...)
clone(self) -> QStandardItem
column(...)
column(self) -> int
columnCount(...)
columnCount(self) -> int
data(...)
data(self, role: int = Qt.UserRole+1) -> Any
emitDataChanged(...)
emitDataChanged(self)
flags(...)
flags(self) -> Qt.ItemFlags
font(...)
font(self) -> QFont
foreground(...)
foreground(self) -> QBrush
hasChildren(...)
hasChildren(self) -> bool
icon(...)
icon(self) -> QIcon
index(...)
index(self) -> QModelIndex
insertColumn(...)
insertColumn(self, int, Iterable[QStandardItem])
insertColumns(...)
insertColumns(self, int, int)
insertRow(...)
insertRow(self, int, Iterable[QStandardItem])
insertRow(self, int, QStandardItem)
insertRows(...)
insertRows(self, int, int)
insertRows(self, int, Iterable[QStandardItem])
isAutoTristate(...)
isAutoTristate(self) -> bool
isCheckable(...)
isCheckable(self) -> bool
isDragEnabled(...)
isDragEnabled(self) -> bool
isDropEnabled(...)
isDropEnabled(self) -> bool
isEditable(...)
isEditable(self) -> bool
isEnabled(...)
isEnabled(self) -> bool
isSelectable(...)
isSelectable(self) -> bool
isTristate(...)
isTristate(self) -> bool
isUserTristate(...)
isUserTristate(self) -> bool
model(...)
model(self) -> QStandardItemModel
parent(...)
parent(self) -> QStandardItem
read(...)
read(self, QDataStream)
removeColumn(...)
removeColumn(self, int)
removeColumns(...)
removeColumns(self, int, int)
removeRow(...)
removeRow(self, int)
removeRows(...)
removeRows(self, int, int)
row(...)
row(self) -> int
rowCount(...)
rowCount(self) -> int
setAccessibleDescription(...)
setAccessibleDescription(self, str)
setAccessibleText(...)
setAccessibleText(self, str)
setAutoTristate(...)
setAutoTristate(self, bool)
setBackground(...)
setBackground(self, Union[QBrush, QColor, Qt.GlobalColor, QGradient])
setCheckState(...)
setCheckState(self, Qt.CheckState)
setCheckable(...)
setCheckable(self, bool)
setChild(...)
setChild(self, int, int, QStandardItem)
setChild(self, int, QStandardItem)
setColumnCount(...)
setColumnCount(self, int)
setData(...)
setData(self, Any, role: int = Qt.UserRole+1)
setDragEnabled(...)
setDragEnabled(self, bool)
setDropEnabled(...)
setDropEnabled(self, bool)
setEditable(...)
setEditable(self, bool)
setEnabled(...)
setEnabled(self, bool)
setFlags(...)
setFlags(self, Union[Qt.ItemFlags, Qt.ItemFlag])
setFont(...)
setFont(self, QFont)
setForeground(...)
setForeground(self, Union[QBrush, QColor, Qt.GlobalColor, QGradient])
setIcon(...)
setIcon(self, QIcon)
setRowCount(...)
setRowCount(self, int)
setSelectable(...)
setSelectable(self, bool)
setSizeHint(...)
setSizeHint(self, QSize)
setStatusTip(...)
setStatusTip(self, str)
setText(...)
setText(self, str)
setTextAlignment(...)
setTextAlignment(self, Union[Qt.Alignment, Qt.AlignmentFlag])
setToolTip(...)
setToolTip(self, str)
setTristate(...)
setTristate(self, bool)
setUserTristate(...)
setUserTristate(self, bool)
setWhatsThis(...)
setWhatsThis(self, str)
sizeHint(...)
sizeHint(self) -> QSize
sortChildren(...)
sortChildren(self, int, order: Qt.SortOrder = Qt.AscendingOrder)
statusTip(...)
statusTip(self) -> str
takeChild(...)
takeChild(self, int, column: int = 0) -> QStandardItem
takeColumn(...)
takeColumn(self, int) -> List[QStandardItem]
takeRow(...)
takeRow(self, int) -> List[QStandardItem]
text(...)
text(self) -> str
textAlignment(...)
textAlignment(self) -> Qt.Alignment
toolTip(...)
toolTip(self) -> str
type(...)
type(self) -> int
whatsThis(...)
whatsThis(self) -> str
write(...)
write(self, QDataStream)

Data descriptors inherited from PyQt5.QtGui.QStandardItem:
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from PyQt5.QtGui.QStandardItem:
ItemType = <class 'PyQt5.QtGui.QStandardItem.ItemType'>
Type = 0
UserType = 1000
__hash__ = None

Static methods inherited from sip.simplewrapper:
__new__(*args, **kwargs) from sip.wrappertype
Create and return a new object.  See help(type) for accurate signature.

Data descriptors inherited from sip.simplewrapper:
__dict__

 
Functions
       
QT_TRANSLATE_NOOP(...)
QT_TRANSLATE_NOOP(str, str) -> str
QT_TR_NOOP(...)
QT_TR_NOOP(str) -> str
QT_TR_NOOP_UTF8(...)
QT_TR_NOOP_UTF8(str) -> str
Q_ARG(...)
Q_ARG(object, object) -> QGenericArgument
Q_CLASSINFO(...)
Q_CLASSINFO(str, str)
Q_ENUM(...)
Q_ENUM(Union[type, enum.Enum])
Q_ENUMS(...)
Q_ENUMS(*)
Q_FLAG(...)
Q_FLAG(Union[type, enum.Enum])
Q_FLAGS(...)
Q_FLAGS(*)
Q_RETURN_ARG(...)
Q_RETURN_ARG(object) -> QGenericReturnArgument
bin_(...)
bin_(QTextStream) -> QTextStream
bom(...)
bom(QTextStream) -> QTextStream
center(...)
center(QTextStream) -> QTextStream
dec(...)
dec(QTextStream) -> QTextStream
endl(...)
endl(QTextStream) -> QTextStream
fixed(...)
fixed(QTextStream) -> QTextStream
flush(...)
flush(QTextStream) -> QTextStream
forcepoint(...)
forcepoint(QTextStream) -> QTextStream
forcesign(...)
forcesign(QTextStream) -> QTextStream
hex_(...)
hex_(QTextStream) -> QTextStream
left(...)
left(QTextStream) -> QTextStream
lowercasebase(...)
lowercasebase(QTextStream) -> QTextStream
lowercasedigits(...)
lowercasedigits(QTextStream) -> QTextStream
noforcepoint(...)
noforcepoint(QTextStream) -> QTextStream
noforcesign(...)
noforcesign(QTextStream) -> QTextStream
noshowbase(...)
noshowbase(QTextStream) -> QTextStream
oct_(...)
oct_(QTextStream) -> QTextStream
pyqtPickleProtocol(...)
pyqtPickleProtocol() -> Optional[int]
pyqtRemoveInputHook(...)
pyqtRemoveInputHook()
pyqtRestoreInputHook(...)
pyqtRestoreInputHook()
pyqtSetPickleProtocol(...)
pyqtSetPickleProtocol(Optional[int])
pyqtSlot(...)
@pyqtSlot(*types, name: Optional[str], result: Optional[str])
 
This is a decorator applied to Python methods of a QObject that marks them
as Qt slots.
The non-keyword arguments are the types of the slot arguments and each may
be a Python type object or a string specifying a C++ type.
name is the name of the slot and defaults to the name of the method.
result is type of the value returned by the slot.
qAbs(...)
qAbs(float) -> float
qAddPostRoutine(...)
qAddPostRoutine(Callable[..., None])
qAddPreRoutine(...)
qAddPreRoutine(Callable[[], None])
qAlpha(...)
qAlpha(QRgba64) -> int
qAlpha(int) -> int
qBlue(...)
qBlue(QRgba64) -> int
qBlue(int) -> int
qChecksum(...)
qChecksum(bytes) -> int
qChecksum(bytes, Qt.ChecksumType) -> int
qCompress(...)
qCompress(Union[QByteArray, bytes, bytearray], compressionLevel: int = -1) -> QByteArray
qCritical(...)
qCritical(str)
qDebug(...)
qDebug(str)
qDrawBorderPixmap(...)
qDrawBorderPixmap(QPainter, QRect, QMargins, QPixmap)
qDrawPlainRect(...)
qDrawPlainRect(QPainter, int, int, int, int, Union[QColor, Qt.GlobalColor, QGradient], lineWidth: int = 1, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawPlainRect(QPainter, QRect, Union[QColor, Qt.GlobalColor, QGradient], lineWidth: int = 1, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawShadeLine(...)
qDrawShadeLine(QPainter, int, int, int, int, QPalette, sunken: bool = True, lineWidth: int = 1, midLineWidth: int = 0)
qDrawShadeLine(QPainter, QPoint, QPoint, QPalette, sunken: bool = True, lineWidth: int = 1, midLineWidth: int = 0)
qDrawShadePanel(...)
qDrawShadePanel(QPainter, int, int, int, int, QPalette, sunken: bool = False, lineWidth: int = 1, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawShadePanel(QPainter, QRect, QPalette, sunken: bool = False, lineWidth: int = 1, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawShadeRect(...)
qDrawShadeRect(QPainter, int, int, int, int, QPalette, sunken: bool = False, lineWidth: int = 1, midLineWidth: int = 0, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawShadeRect(QPainter, QRect, QPalette, sunken: bool = False, lineWidth: int = 1, midLineWidth: int = 0, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawWinButton(...)
qDrawWinButton(QPainter, int, int, int, int, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawWinButton(QPainter, QRect, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawWinPanel(...)
qDrawWinPanel(QPainter, int, int, int, int, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qDrawWinPanel(QPainter, QRect, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, Qt.GlobalColor, QGradient] = None)
qEnvironmentVariable(...)
qEnvironmentVariable(str) -> str
qEnvironmentVariable(str, str) -> str
qErrnoWarning(...)
qErrnoWarning(int, str)
qErrnoWarning(str)
qFatal(...)
qFatal(str)
qFloatDistance(...)
qFloatDistance(float, float) -> int
qFormatLogMessage(...)
qFormatLogMessage(QtMsgType, QMessageLogContext, str) -> str
qFuzzyCompare(...)
qFuzzyCompare(QMatrix4x4, QMatrix4x4) -> bool
qFuzzyCompare(QQuaternion, QQuaternion) -> bool
qFuzzyCompare(QTransform, QTransform) -> bool
qFuzzyCompare(QVector2D, QVector2D) -> bool
qFuzzyCompare(QVector3D, QVector3D) -> bool
qFuzzyCompare(QVector4D, QVector4D) -> bool
qGray(...)
qGray(int, int, int) -> int
qGray(int) -> int
qGreen(...)
qGreen(QRgba64) -> int
qGreen(int) -> int
qInf(...)
qInf() -> float
qInfo(...)
qInfo(str)
qInstallMessageHandler(...)
qInstallMessageHandler(Optional[Callable[[QtMsgType, QMessageLogContext, str], None]]) -> Optional[Callable[[QtMsgType, QMessageLogContext, str], None]]
qIsFinite(...)
qIsFinite(float) -> bool
qIsGray(...)
qIsGray(int) -> bool
qIsInf(...)
qIsInf(float) -> bool
qIsNaN(...)
qIsNaN(float) -> bool
qIsNull(...)
qIsNull(float) -> bool
qPixelFormatAlpha(...)
qPixelFormatAlpha(int, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.UnsignedInteger) -> QPixelFormat
qPixelFormatCmyk(...)
qPixelFormatCmyk(int, alphaSize: int = 0, alphaUsage: QPixelFormat.AlphaUsage = QPixelFormat.IgnoresAlpha, alphaPosition: QPixelFormat.AlphaPosition = QPixelFormat.AtBeginning, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.UnsignedInteger) -> QPixelFormat
qPixelFormatGrayscale(...)
qPixelFormatGrayscale(int, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.UnsignedInteger) -> QPixelFormat
qPixelFormatHsl(...)
qPixelFormatHsl(int, alphaSize: int = 0, alphaUsage: QPixelFormat.AlphaUsage = QPixelFormat.IgnoresAlpha, alphaPosition: QPixelFormat.AlphaPosition = QPixelFormat.AtBeginning, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.FloatingPoint) -> QPixelFormat
qPixelFormatHsv(...)
qPixelFormatHsv(int, alphaSize: int = 0, alphaUsage: QPixelFormat.AlphaUsage = QPixelFormat.IgnoresAlpha, alphaPosition: QPixelFormat.AlphaPosition = QPixelFormat.AtBeginning, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.FloatingPoint) -> QPixelFormat
qPixelFormatRgba(...)
qPixelFormatRgba(int, int, int, int, QPixelFormat.AlphaUsage, QPixelFormat.AlphaPosition, premultiplied: QPixelFormat.AlphaPremultiplied = QPixelFormat.NotPremultiplied, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.UnsignedInteger) -> QPixelFormat
qPixelFormatYuv(...)
qPixelFormatYuv(QPixelFormat.YUVLayout, alphaSize: int = 0, alphaUsage: QPixelFormat.AlphaUsage = QPixelFormat.IgnoresAlpha, alphaPosition: QPixelFormat.AlphaPosition = QPixelFormat.AtBeginning, premultiplied: QPixelFormat.AlphaPremultiplied = QPixelFormat.NotPremultiplied, typeInterpretation: QPixelFormat.TypeInterpretation = QPixelFormat.UnsignedByte, byteOrder: QPixelFormat.ByteOrder = QPixelFormat.LittleEndian) -> QPixelFormat
qPremultiply(...)
qPremultiply(QRgba64) -> QRgba64
qPremultiply(int) -> int
qQNaN(...)
qQNaN() -> float
qRed(...)
qRed(QRgba64) -> int
qRed(int) -> int
qRegisterResourceData(...)
qRegisterResourceData(int, bytes, bytes, bytes) -> bool
qRemovePostRoutine(...)
qRemovePostRoutine(Callable[..., None])
qRgb(...)
qRgb(int, int, int) -> int
qRgba(...)
qRgba(int, int, int, int) -> int
qRgba64(...)
qRgba64(int, int, int, int) -> QRgba64
qRgba64(int) -> QRgba64
qRound(...)
qRound(float) -> int
qRound64(...)
qRound64(float) -> int
qSNaN(...)
qSNaN() -> float
qSetFieldWidth(...)
qSetFieldWidth(int) -> QTextStreamManipulator
qSetMessagePattern(...)
qSetMessagePattern(str)
qSetPadChar(...)
qSetPadChar(str) -> QTextStreamManipulator
qSetRealNumberPrecision(...)
qSetRealNumberPrecision(int) -> QTextStreamManipulator
qSharedBuild(...)
qSharedBuild() -> bool
qUncompress(...)
qUncompress(Union[QByteArray, bytes, bytearray]) -> QByteArray
qUnpremultiply(...)
qUnpremultiply(QRgba64) -> QRgba64
qUnpremultiply(int) -> int
qUnregisterResourceData(...)
qUnregisterResourceData(int, bytes, bytes, bytes) -> bool
qVersion(...)
qVersion() -> str
qWarning(...)
qWarning(str)
qrand(...)
qrand() -> int
qsrand(...)
qsrand(int)
qt_set_sequence_auto_mnemonic(...)
qt_set_sequence_auto_mnemonic(bool)
reset(...)
reset(QTextStream) -> QTextStream
right(...)
right(QTextStream) -> QTextStream
scientific(...)
scientific(QTextStream) -> QTextStream
showbase(...)
showbase(QTextStream) -> QTextStream
uppercasebase(...)
uppercasebase(QTextStream) -> QTextStream
uppercasedigits(...)
uppercasedigits(QTextStream) -> QTextStream
ws(...)
ws(QTextStream) -> QTextStream

 
Data
        ACTIVE = 'active'
ALL = 'all'
ANCHOR = 'anchor'
ARC = 'arc'
BASELINE = 'baseline'
BEVEL = 'bevel'
BOTH = 'both'
BOTTOM = 'bottom'
BROWSE = 'browse'
BUTT = 'butt'
CASCADE = 'cascade'
CENTER = 'center'
CHAR = 'char'
CHECKBUTTON = 'checkbutton'
CHORD = 'chord'
COMMAND = 'command'
CURRENT = 'current'
DISABLED = 'disabled'
DOTBOX = 'dotbox'
E = 'e'
END = 'end'
EW = 'ew'
EXCEPTION = 8
EXTENDED = 'extended'
FALSE = 0
FIRST = 'first'
FLAT = 'flat'
GROOVE = 'groove'
HIDDEN = 'hidden'
HORIZONTAL = 'horizontal'
INSERT = 'insert'
INSIDE = 'inside'
LAST = 'last'
LEFT = 'left'
MITER = 'miter'
MOVETO = 'moveto'
MULTIPLE = 'multiple'
N = 'n'
NE = 'ne'
NO = 0
NONE = 'none'
NORMAL = 'normal'
NS = 'ns'
NSEW = 'nsew'
NUMERIC = 'numeric'
NW = 'nw'
OFF = 0
ON = 1
OUTSIDE = 'outside'
PAGES = 'pages'
PIESLICE = 'pieslice'
PROJECTING = 'projecting'
PYQT_CONFIGURATION = {'sip_flags': '-n PyQt5.sip -t Qt_5_15_0 -t WS_WIN'}
PYQT_VERSION = 331521
PYQT_VERSION_STR = '5.15.1'
QT_VERSION = 331521
QT_VERSION_STR = '5.15.1'
QWIDGETSIZE_MAX = 16777215
QtCriticalMsg = 2
QtDebugMsg = 0
QtFatalMsg = 3
QtInfoMsg = 4
QtSystemMsg = 2
QtWarningMsg = 1
RADIOBUTTON = 'radiobutton'
RAISED = 'raised'
READABLE = 2
RIDGE = 'ridge'
RIGHT = 'right'
ROUND = 'round'
S = 's'
SCROLL = 'scroll'
SE = 'se'
SEL = 'sel'
SEL_FIRST = 'sel.first'
SEL_LAST = 'sel.last'
SEPARATOR = 'separator'
SINGLE = 'single'
SOLID = 'solid'
SUNKEN = 'sunken'
SW = 'sw'
TOP = 'top'
TRUE = 1
TclVersion = 8.6
TkVersion = 8.6
UNDERLINE = 'underline'
UNITS = 'units'
VERTICAL = 'vertical'
W = 'w'
WORD = 'word'
WRITABLE = 4
X = 'x'
Y = 'y'
YES = 1
current_dir = r'C:\Users\britt\senior_design\test\sddec20-29\GraphKey\app\modules\data_import'
qApp = <PyQt5.QtWidgets.QApplication object>
wantobjects = 1