-
Notifications
You must be signed in to change notification settings - Fork 55
/
vitables.pro
85 lines (83 loc) · 3.52 KB
/
vitables.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
TRANSLATIONS = vitables_es_ES.ts \
vitables_ca_ES.ts \
vitables_ru_RU.ts
SOURCES = vitables/queries/query.py \
vitables/queries/querydlg.py \
vitables/queries/querymgr.py \
vitables/queries/__init__.py \
vitables/test/test_samples.py \
vitables/vtsite.py \
vitables/preferences/preferences.py \
vitables/preferences/pluginsloader.py \
vitables/preferences/cfgexception.py \
vitables/preferences/vtconfig.py \
vitables/preferences/__init__.py \
vitables/utils.py \
vitables/nodeprops/grouppropdlg.py \
vitables/nodeprops/groupproppage.py \
vitables/nodeprops/attreditor.py \
vitables/nodeprops/leafproppage.py \
vitables/nodeprops/leafpropdlg.py \
vitables/nodeprops/attrpropdlg.py \
vitables/nodeprops/nodeinfo.py \
vitables/nodeprops/__init__.py \
vitables/nodeprops/linkpropdlg.py \
vitables/docbrowser/browsergui.py \
vitables/docbrowser/bookmarksdlg.py \
vitables/docbrowser/helpbrowser.py \
vitables/docbrowser/__init__.py \
vitables/logger.py \
vitables/vttables/datasheet.py \
vitables/vttables/leaf_view.py \
vitables/vttables/scrollbar.py \
vitables/vttables/leaf_model.py \
vitables/vttables/leaf_delegate.py \
vitables/vttables/buffer.py \
vitables/vttables/__init__.py \
vitables/start.py \
vitables/vtsplash.py \
vitables/h5db/rootgroupnode.py \
vitables/h5db/linknode.py \
vitables/h5db/groupnode.py \
vitables/h5db/tnode_editor.py \
vitables/h5db/tlink_editor.py \
vitables/h5db/nodeitemdelegate.py \
vitables/h5db/leafnode.py \
vitables/h5db/dbstreemodel.py \
vitables/h5db/__init__.py \
vitables/h5db/dbstreeview.py \
vitables/h5db/dbdoc.py \
vitables/plugins/csv/export_csv.py \
vitables/plugins/csv/aboutpage.py \
vitables/plugins/csv/__init__.py \
vitables/plugins/csv/import_csv.py \
vitables/plugins/columnorg/columnar_org.py \
vitables/plugins/columnorg/__init__.py \
vitables/plugins/dbstreesort/dbs_tree_sort.py \
vitables/plugins/dbstreesort/aboutpage.py \
vitables/plugins/dbstreesort/__init__.py \
vitables/plugins/__init__.py \
vitables/plugins/timeseries/aboutpage.py \
vitables/plugins/timeseries/time_series.py \
vitables/plugins/timeseries/__init__.py \
vitables/vtapp.py \
vitables/__init__.py \
vitables/vtwidgets/renamedlg.py \
vitables/vtwidgets/zoom_cell.py \
vitables/vtwidgets/nodenamedlg.py \
vitables/vtwidgets/__init__.py \
vitables/vtgui.py \
vitables/calculator/calculator.py \
vitables/calculator/calculator_dlg.py
FORMS = vitables/plugins/about_page.ui \
vitables/plugins/dbstreesort/dbs_tree_sort_page.ui \
vitables/plugins/timeseries/timeformatter_page.ui \
vitables/calculator/calculator.ui \
vitables/nodeprops/link_prop_dlg.ui \
vitables/nodeprops/group_prop_page.ui \
vitables/nodeprops/attr_prop_dlg.ui \
vitables/nodeprops/leaf_prop_page.ui \
vitables/vtwidgets/rename_dlg.ui \
vitables/vtwidgets/nodename_dlg.ui \
vitables/queries/query_dlg.ui \
vitables/preferences/settings_dlg.ui