connect(this,
SIGNAL(setwebview
(QString)), child,
SLOT(reloadme
(QString)));
connect(this, SIGNAL(backpressed()), child, SLOT(backispressed()));
connect(this, SIGNAL(setwebview(QString)), child, SLOT(reloadme(QString)));
connect(this, SIGNAL(backpressed()), child, SLOT(backispressed()));
connect(child, SIGNAL(openInvoice(QString,QString)),this, SLOT(openInvoice(QString,QString))); connect(child, SIGNAL(setBackStack(QString)), this, SLOT(setstack(QString)));
To copy to clipboard, switch view to plain text mode
<cfinclude template="code.cfm">
<cfinclude template="code.cfm">
To copy to clipboard, switch view to plain text mode
Or something of that sort.
Bookmarks