Skip to content

Commit

Permalink
add missing Mock classes for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Oct 5, 2019
1 parent 606b822 commit 83d4e7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ class QMainWindow(object):
class QMenu(object):
pass

class QLineEdit(object):
Normal = 0

class QDoubleSpinBox(object):
pass

class QSpinBox(object):
pass

class QtCore(object):

class Qt(object):
Expand Down

0 comments on commit 83d4e7f

Please sign in to comment.