QTOPIA_ADD_APPLICATION(QTOPIA_TARGET,Dialog1 )
Unsolved
Mobile and Embedded
-
im using
QTOPIA_ADD_APPLICATION(QTOPIA_TARGET,Dialog)
QTOPIA_MAINhow to use
if(!URL.isEmpty())
{
if(!ID.isEmpty())
{
S = new Dialog1();
S->show();
}
else
{
O = new Dialog2();
O->show();
}
}
else
{
T = new Dialog3();
T->show();
}
in QTOPIA_ADD_APPLICATION(QTOPIA_TARGET,Dialog1 or Dialog2 or Dialog3 depending on function ) -
Hi,
You can't, QTOPIA_ADD_APPLICATION is a macro not a function call.
On a side note, are you aware that the last release of Qtopia was 7 years ago ?
-
What PDA device ?