Plugin_help - ComboBox

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Plugin_help - ComboBox

Nadar
hi
I am working on a plug-in to add text in LibreCAD. I want to add combobox for Horizontal and vertical alignment selection. I tried but didn't get its exact implementation method from Ascii plug-in files. Please help!!
Reply | Threaded
Open this post in threaded view
|

Re: Plugin_help - ComboBox

Rallaz
combobox are QComboBox Class, see:
http://qt-project.org/doc/qt-4.8/qcombobox.html
for documentation