qBittorrent
update_qrc_files Namespace Reference

Variables

list languages_list = [x for x in os.listdir('lang') if x.endswith('.qm')]
 
string output
 
 lang_file = open('lang.qrc', 'w')
 
list search_list = []
 
 search_file = open('search.qrc', 'w')
 
list icons_list = []
 
 icons_file = open('icons.qrc', 'w')
 

Variable Documentation

◆ icons_file

update_qrc_files.icons_file = open('icons.qrc', 'w')

Definition at line 88 of file update_qrc_files.py.

◆ icons_list

list update_qrc_files.icons_list = []

Definition at line 72 of file update_qrc_files.py.

◆ lang_file

update_qrc_files.lang_file = open('lang.qrc', 'w')

Definition at line 43 of file update_qrc_files.py.

◆ languages_list

list update_qrc_files.languages_list = [x for x in os.listdir('lang') if x.endswith('.qm')]

Definition at line 34 of file update_qrc_files.py.

◆ output

string update_qrc_files.output
Initial value:
1 = '''<!DOCTYPE RCC><RCC version="1.0">
2 <qresource>
3 '''

Definition at line 35 of file update_qrc_files.py.

Referenced by Utils::Gzip.compress(), Utils::Gzip.decompress(), Utils::Gui.openFolderSelect(), and SearchHandler.readSearchOutput().

◆ search_file

update_qrc_files.search_file = open('search.qrc', 'w')

Def qBittorrent: update_qrc_files Namespace Reference

qBittorrent
update_qrc_files Namespace Reference

Variables

list languages_list = [x for x in os.listdir('lang') if x.endswith('.qm')]
 
string output
 
 lang_file = open('lang.qrc', 'w')
 
list search_list = []
 
 search_file = open('search.qrc', 'w')
 
list icons_list = []
 
 icons_file = open('icons.qrc', 'w')
 

Variable Documentation

◆ icons_file

update_qrc_files.icons_file = open('icons.qrc', 'w')

Definition at line 88 of file update_qrc_files.py.

◆ icons_list

list update_qrc_files.icons_list = []

Definition at line 72 of file update_qrc_files.py.

◆ lang_file

update_qrc_files.lang_file = open('lang.qrc', 'w')

Definition at line 43 of file update_qrc_files.py.

◆ languages_list

list update_qrc_files.languages_list = [x for x in os.listdir('lang') if x.endswith('.qm')]

Definition at line 34 of file update_qrc_files.py.

◆ output

string update_qrc_files.output
Initial value:
1 = '''<!DOCTYPE RCC><RCC version="1.0">
2 <qresource>
3 '''

Definition at line 35 of file update_qrc_files.py.

Referenced by Utils::Gzip.compress(), Utils::Gzip.decompress(), Utils::Gui.openFolderSelect(), and SearchHandler.readSearchOutput().

◆ search_file

update_qrc_files.search_file = open('search.qrc', 'w')

Definition at line 65 of file update_qrc_files.py.

◆ search_list

list update_qrc_files.search_list = []

Definition at line 49 of file update_qrc_files.py.