Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
23d1863d
Commit
23d1863d
authored
Dec 28, 2016
by
Florent Fourcot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old qt4 files. All applications are ported to qt5
parent
37480cb2
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
1375 deletions
+1
-1375
build.mk
build.mk
+1
-1
weboob/tools/application/qt/Makefile
weboob/tools/application/qt/Makefile
+0
-12
weboob/tools/application/qt/__init__.py
weboob/tools/application/qt/__init__.py
+0
-5
weboob/tools/application/qt/backendcfg.py
weboob/tools/application/qt/backendcfg.py
+0
-559
weboob/tools/application/qt/backendcfg.ui
weboob/tools/application/qt/backendcfg.ui
+0
-328
weboob/tools/application/qt/qt.py
weboob/tools/application/qt/qt.py
+0
-419
weboob/tools/application/qt/reposdlg.ui
weboob/tools/application/qt/reposdlg.ui
+0
-51
No files found.
build.mk
View file @
23d1863d
core
:=
weboob/tools/application/qt
weboob/tools/application/qt
5
core
:=
weboob/tools/application/qt5
applications
:=
qboobmsg qhavedate qwebcontentedit qflatboob qcineoob qcookboob qhandjoob qbooblyrics
ifeq
($(WIN32),)
applications
+=
qvideoob
...
...
weboob/tools/application/qt/Makefile
deleted
100644 → 0
View file @
37480cb2
UI_FILES
=
$(
wildcard
*
.ui
)
UI_PY_FILES
=
$(UI_FILES:%.ui=%_ui.py)
PYUIC
=
pyuic4
all
:
$(UI_PY_FILES)
%_ui.py
:
%.ui
$(PYUIC)
-o
$@
$^
clean
:
rm
-f
*
.pyc
rm
-f
$(UI_PY_FILES)
weboob/tools/application/qt/__init__.py
deleted
100644 → 0
View file @
37480cb2
from
.qt
import
QtApplication
,
QtMainWindow
,
QtDo
,
HTMLDelegate
from
.backendcfg
import
BackendCfg
__all__
=
[
'QtApplication'
,
'QtMainWindow'
,
'QtDo'
,
'HTMLDelegate'
,
'BackendCfg'
]
weboob/tools/application/qt/backendcfg.py
deleted
100644 → 0
View file @
37480cb2
This diff is collapsed.
Click to expand it.
weboob/tools/application/qt/backendcfg.ui
deleted
100644 → 0
View file @
37480cb2
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
BackendCfg
</class>
<widget
class=
"QDialog"
name=
"BackendCfg"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
622
</width>
<height>
516
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Backends configuration
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_3"
>
<property
name=
"spacing"
>
<number>
6
</number>
</property>
<property
name=
"margin"
>
<number>
4
</number>
</property>
<item>
<widget
class=
"QFrame"
name=
"frame_3"
>
<property
name=
"frameShape"
>
<enum>
QFrame::StyledPanel
</enum>
</property>
<property
name=
"frameShadow"
>
<enum>
QFrame::Raised
</enum>
</property>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<property
name=
"margin"
>
<number>
4
</number>
</property>
<item>
<widget
class=
"QPushButton"
name=
"updateButton"
>
<property
name=
"text"
>
<string>
Update modules
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"repositoriesButton"
>
<property
name=
"text"
>
<string>
Repositories
</string>
</property>
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QSplitter"
name=
"splitter_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<widget
class=
"QWidget"
name=
"horizontalLayoutWidget"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QTreeWidget"
name=
"backendsList"
>
<property
name=
"editTriggers"
>
<set>
QAbstractItemView::NoEditTriggers
</set>
</property>
<property
name=
"iconSize"
>
<size>
<width>
24
</width>
<height>
24
</height>
</size>
</property>
<property
name=
"rootIsDecorated"
>
<bool>
false
</bool>
</property>
<property
name=
"uniformRowHeights"
>
<bool>
false
</bool>
</property>
<property
name=
"itemsExpandable"
>
<bool>
false
</bool>
</property>
<property
name=
"sortingEnabled"
>
<bool>
true
</bool>
</property>
<property
name=
"animated"
>
<bool>
true
</bool>
</property>
<property
name=
"wordWrap"
>
<bool>
false
</bool>
</property>
<property
name=
"expandsOnDoubleClick"
>
<bool>
false
</bool>
</property>
<attribute
name=
"headerCascadingSectionResizes"
>
<bool>
false
</bool>
</attribute>
<attribute
name=
"headerHighlightSections"
>
<bool>
true
</bool>
</attribute>
<column>
<property
name=
"text"
>
<string>
Name
</string>
</property>
</column>
<column>
<property
name=
"text"
>
<string>
Module
</string>
</property>
</column>
</widget>
</item>
<item>
<widget
class=
"QFrame"
name=
"frame"
>
<property
name=
"frameShape"
>
<enum>
QFrame::StyledPanel
</enum>
</property>
<property
name=
"frameShadow"
>
<enum>
QFrame::Raised
</enum>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<widget
class=
"QPushButton"
name=
"addButton"
>
<property
name=
"text"
>
<string>
Add
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"removeButton"
>
<property
name=
"text"
>
<string>
Remove
</string>
</property>
</widget>
</item>
<item>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
40
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget
class=
"QFrame"
name=
"configFrame"
>
<property
name=
"frameShape"
>
<enum>
QFrame::StyledPanel
</enum>
</property>
<property
name=
"frameShadow"
>
<enum>
QFrame::Raised
</enum>
</property>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<item>
<widget
class=
"QLabel"
name=
"label_2"
>
<property
name=
"text"
>
<string>
Available modules:
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QListWidget"
name=
"modulesList"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Expanding"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"iconSize"
>
<size>
<width>
24
</width>
<height>
24
</height>
</size>
</property>
<property
name=
"spacing"
>
<number>
1
</number>
</property>
<property
name=
"sortingEnabled"
>
<bool>
true
</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget
class=
"QFrame"
name=
"frame_2"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
<horstretch>
1
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"frameShape"
>
<enum>
QFrame::NoFrame
</enum>
</property>
<property
name=
"frameShadow"
>
<enum>
QFrame::Plain
</enum>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_4"
>
<item>
<widget
class=
"QTextEdit"
name=
"moduleInfo"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Expanding"
vsizetype=
"Expanding"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"readOnly"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item>
<layout
class=
"QFormLayout"
name=
"configLayout"
>
<property
name=
"fieldGrowthPolicy"
>
<enum>
QFormLayout::ExpandingFieldsGrow
</enum>
</property>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"nameEdit"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"proxyBox"
>
<property
name=
"text"
>
<string>
Proxy:
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"proxyEdit"
>
<property
name=
"enabled"
>
<bool>
false
</bool>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QPushButton"
name=
"registerButton"
>
<property
name=
"text"
>
<string>
Register an account...
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
Name:
</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget
class=
"QDialogButtonBox"
name=
"configButtonBox"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::Close
</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>
backendsList
</tabstop>
<tabstop>
addButton
</tabstop>
<tabstop>
removeButton
</tabstop>
<tabstop>
modulesList
</tabstop>
<tabstop>
moduleInfo
</tabstop>
<tabstop>
nameEdit
</tabstop>
<tabstop>
proxyBox
</tabstop>
<tabstop>
proxyEdit
</tabstop>
<tabstop>
registerButton
</tabstop>
<tabstop>
configButtonBox
</tabstop>
<tabstop>
buttonBox
</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>
buttonBox
</sender>
<signal>
clicked(QAbstractButton*)
</signal>
<receiver>
BackendCfg
</receiver>
<slot>
accept()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
312
</x>
<y>
591
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
312
</x>
<y>
306
</y>
</hint>
</hints>
</connection>
</connections>
</ui>
weboob/tools/application/qt/qt.py
deleted
100644 → 0
View file @
37480cb2
This diff is collapsed.
Click to expand it.
weboob/tools/application/qt/reposdlg.ui
deleted
100644 → 0
View file @
37480cb2
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
RepositoriesDlg
</class>
<widget
class=
"QDialog"
name=
"RepositoriesDlg"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
400
</width>
<height>
300
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Repositories
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<widget
class=
"QTextEdit"
name=
"reposEdit"
/>
</item>
<item>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>
buttonBox
</sender>
<signal>
rejected()
</signal>
<receiver>
RepositoriesDlg
</receiver>
<slot>
reject()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
316
</x>
<y>
260
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
286
</x>
<y>
274
</y>
</hint>
</hints>
</connection>
</connections>
</ui>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment