|
2011-10-15
, 21:05
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#2
|
|
2011-10-16
, 02:43
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#3
|
|
2011-10-21
, 07:03
|
Posts: 13 |
Thanked: 0 times |
Joined on May 2010
|
#4
|
selectList->connect(selectList, SIGNAL(currentRowChanged(int)), this, SLOT(ChangeEffect())); void MainWindow::ChangeEffect() { soundfile = playItems.at(selectList->currentRow()); player->setMedia(QUrl::fromLocalFile(soundfile)); }
|
2011-10-21
, 16:26
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#5
|
|
2011-10-25
, 08:37
|
Posts: 13 |
Thanked: 0 times |
Joined on May 2010
|
#6
|
I saw a post about setProperty("FingerScrollable", true), but this does not help, It still behaves the same way.
This is really driving me nuts. How do I fix this?