try release event use
try release event use
a life without programming is like an empty bottle![]()
Hi!
I get new values just if i click twice..and on release the small button right from the combobox stay active (like a toogle button) until a click again ;(
Qt Code:
To copy to clipboard, switch view to plain text mode
May be its not the right way to send a Signal from the ComboBox..
Think DigitalGasoline
Hi,
"QEvent::FocusIn" looks to work but i have a symptom..if i ordered my query the results are interchanged
combo: x,f,a
Query Analyzer: a,f,x
"select sprache from sprache_tbl order by sprache"
![]()
Think DigitalGasoline
Use "order by sprache desc" in your sql statement or add items to the combo box in reverse order, see last() and previous().Originally Posted by raphaelf
Hi jpn!
Thank you very much for your spended time..I have downloaded the example an i will use "desc" for my Query..
Thanks all for the best support!
Think DigitalGasoline
Supposedly you want to populate the combo box only once, so maybe you could remove the event filter right after receiving the first appropriate event.Originally Posted by raphaelf
Anyhow, I have included an example of the solution I suggested earlier...
aekilic (2nd January 2009)
Bookmarks