|
|
2011-05-26
, 07:08
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#362
|
| The Following 10 Users Say Thank You to MohammadAG For This Useful Post: | ||
|
|
2011-05-26
, 07:28
|
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#363
|
Youtube player up and working yay.
Now if only someone found a way to get past audio skipping when you touch anything hildon-related... (same in mplayer/someplayer etc)
Need help for some GUI design? Just let me know.
|
|
2011-05-26
, 07:59
|
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#364
|
Now if only someone found a way to get past audio skipping when you touch anything hildon-related... (same in mplayer/someplayer etc)
void MainWindow::startMaemoTouchSounds() {
QProcess myProcess;
myProcess.startDetached("maemo-xinput-sounds");
}
void MainWindow::stopMaemoTouchSounds() {
QProcess myProcess;
myProcess.startDetached("killall maemo-xinput-sounds");
}
|
|
2011-05-26
, 09:36
|
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#365
|
| The Following 2 Users Say Thank You to marxian For This Useful Post: | ||
|
|
2011-05-26
, 10:10
|
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#366
|
| The Following User Says Thank You to gionni88 For This Useful Post: | ||
|
|
2011-05-26
, 10:26
|
|
Posts: 55 |
Thanked: 13 times |
Joined on Jul 2010
@ Italy
|
#367
|
|
|
2011-05-26
, 19:51
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#369
|
|
|
2011-05-27
, 12:30
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#370
|
![]() |
| Tags |
| facebook, facebook client |
| Thread Tools | |
|
#ifdef Q_WS_MAEMO_5 QApplication::addLibraryPath("/opt/qtm12/imports"); #endifThanks