python - Getting events while using Qt Designer -


i developing application uses treeview. initially, used qt designer gui , after, compiled ui file python. until fine. want copy , paste file on pressing copy , paste buttons simultaneously. watched , read many tutorials used re implementation of qpushbutton. can't adopt technique because used designer create gui , cant make changes in file. please me figure out how can use qevents of treeview. hope question clear.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -