QtBase  v6.3.1
Variables
qedidvendortable Namespace Reference

Variables

string url = 'https://github.com/vcrhonek/hwdata/raw/master/pnp.ids'
 
string copyright
 
string notice
 
string header
 
string footer
 
dictionary vendors = {}
 
int max_vendor_length = 0
 
 response = urllib.request.urlopen(url)
 
 data = response.read().decode('utf-8')
 
 l = line.split()
 
 pnp_id = l[0].upper()
 

Variable Documentation

◆ copyright

string qedidvendortable.copyright

Definition at line 37 of file qedidvendortable.py.

◆ data

qedidvendortable.data = response.read().decode('utf-8')
related

Definition at line 119 of file qedidvendortable.py.

◆ footer

string qedidvendortable.footer
Initial value:
1 = """};
2 
3 QT_END_NAMESPACE
4 
5 #endif // QEDIDVENDORTABLE_P_H"""

Definition at line 108 of file qedidvendortable.py.

◆ header

string qedidvendortable.header
Initial value:
1 = """
2 #ifndef QEDIDVENDORTABLE_P_H
3 #define QEDIDVENDORTABLE_P_H
4 
5 //
6 // W A R N I N G
7 // -------------
8 //
9 // This file is not part of the Qt API. It exists purely as an
10 // implementation detail. This header file may change from version to
11 // version without notice, or even be removed.
12 //
13 // We mean it.
14 //
15 
16 QT_BEGIN_NAMESPACE
17 
18 struct VendorTable {
19  const char id[4];
20  const char name[%d];
21 };
22 
23 static const VendorTable q_edidVendorTable[] = {"""

Definition at line 84 of file qedidvendortable.py.

◆ l

qedidvendortable.l = line.split()

Definition at line 121 of file qedidvendortable.py.

◆ max_vendor_length

qedidvendortable.max_vendor_length = 0

Definition at line 116 of file qedidvendortable.py.

◆ notice

string qedidvendortable.notice
Initial value:
1 = """/*
2  * This lookup table was generated from {}
3  *
4  * Do not change this file directly, instead edit the
5  * qtbase/util/edid/qedidvendortable.py script and regenerate this file.
6  */""".format(url)

Definition at line 77 of file qedidvendortable.py.

◆ pnp_id

qedidvendortable.pnp_id = l[0].upper()

Definition at line 127 of file qedidvendortable.py.

◆ response

qedidvendortable.response = urllib.request.urlopen(url)

Definition at line 118 of file qedidvendortable.py.

◆ url

string qedidvendortable.url = 'https://github.com/vcrhonek/hwdata/raw/master/pnp.ids'

Definition at line 35 of file qedidvendortable.py.

◆ vendors

dictionary qedidvendortable.vendors = {}

Definition at line 114 of file qedidvendortable.py.