You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/filesharing/advanced/kcm_sambaconf/programmingconventions.txt

11 lines
326 B

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