blob: b9019e74a02f241534521af9e063af263a7e3cc9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Programming conventions :
Class member variable : starting with _ e.g. _name
QCheckBox variable : ending to Chk e.g. nameChk
QLineEdit variable : ending to Edit e.g. nameEdit
KUrlRequerster variable : ending to UrlRq e.g. pathUrlRq
QPushButton : ending to Btn e.g. addBtn
QListView: ending to ListView e.g. sharesListView
|