new frontend qweboobcfg
This commit is contained in:
parent
1a94a7b77f
commit
ff67d9573c
2 changed files with 37 additions and 13 deletions
|
|
@ -225,16 +225,3 @@ class BackendCfg(QDialog):
|
|||
|
||||
def proxyEditEnabled(self, state):
|
||||
self.ui.proxyEdit.setEnabled(state)
|
||||
|
||||
if __name__ == '__main__':
|
||||
from PyQt4.QtGui import QApplication
|
||||
from weboob import Weboob
|
||||
import sys
|
||||
|
||||
app = QApplication(sys.argv)
|
||||
weboob = Weboob()
|
||||
weboob.load_backends()
|
||||
|
||||
dlg = BackendCfg(weboob)
|
||||
dlg.show()
|
||||
app.exec_()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue