Login  Register

Plugin_help - ComboBox

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

Plugin_help - ComboBox

Nadar
7 posts
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
| More
Print post
Permalink

Re: Plugin_help - ComboBox

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