i m trying to make a dictionry type software. This sofware will be the desktop version of this site http://technologybasic.com/. This site has many technology terms and show the terms in catagory wise.
Look at the application-
Already i do most of the work. but failed to do filtering terms in catagory view from the database. I don’t know how to do it.
I show all the terms title in Qlistwidget from the database. but this terms has 5 catagory.
internet
software
hardware
bit
technical
i have also load this terms in the comboBox. if i change the terms in the comboBox..it will filter the terms Title list in category wise.
Please take the souce code [technologybasic.com]
Before compiling it first import in your Localhost this MySQL database [technologybasic.com].
————————————————-
now i will give u a basic idea of mydatabase.
jos_content – title
introtext
catid
jos_categories- cattitle
catid
———————————————-
i know if i query it,
Select * from jos_content where catid="11"
it will show my internet terms. but how it will works in comboBox.
————————————————-
can u do the work for me? and give me the source code. cause i have no idea.
↧