WebBrowser/Sync/SyncGlobals.py

Fri, 26 Feb 2016 20:16:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 26 Feb 2016 20:16:59 +0100
branch
QtWebEngine
changeset 4774
2c6ffa778c3b
parent 4631
Helpviewer/Sync/SyncGlobals.py@5c1a96925da4
child 5389
9b1c800daff3
permissions
-rw-r--r--

Continued porting the web browser.

- started adding the Sync stuff

# -*- coding: utf-8 -*-

# Copyright (c) 2012 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module implementing some global definitions.
"""

# Page IDs for the sync wizard
PageData = 0
PageEncryption = 1
PageType = 2
PageFTPSettings = 3
PageDirectorySettings = 4
PageCheck = 5

# Sync types
SyncTypeNone = -1
SyncTypeFtp = 0
SyncTypeDirectory = 1

#
# eflag: noqa = M702

eric ide

mercurial