Using output file with Exslt extension
Using output file with Saxon extension
Using output file with Xalan extension
Using stdout
/*
* .java
*
* This class is generated from a UI description generated by
* the QtDesigner with XSLT.
*
* DO NOT EDIT! File will be overidden
*
* Author:
* Date:
* Comment:
*/
package
;
Create imports to handle Images
/**
* a user interface class using Qt
*/
public
abstract
class
extends
{
static {
// initialize the toolkit
org.trinitydesktop.qt.qtjava.initialize();
org.trinitydesktop.koala.tdejava.initialize();
}
Creating code for image
protected TQPixmap
= decodePixmap(
, "
",
true
false
);
/**
* Constructor for class
*/
public () {
this(null, "", WType_TopLevel);
}
/**
* Constructor for class
* @param parent the parent widget of this class
*/
public (TQWidget parent) {
this(parent, "", WType_TopLevel);
}
/**
* Constructor for class
* @param parent the patent widget of this class
* @param name the name of the widget
*/
public (TQWidget parent, String name) {
this(parent, name, WType_TopLevel);
}
/**
* Constructor for class
* @param parent the patent widget of this class
* @param name the name of the widget
* @param modal modality of the widget
*/
public (TQWidget parent, String name, boolean modal) {
this(parent, name, modal, WType_TopLevel);
}
/**
* Constructor for class
* @param parent the patent widget of this class
* @param name the name of the widget
* @param flags some "or"ed properties
*/
public (TQWidget parent, String name, int flags) {
super(parent, name, flags);
statusBar();
if (name == null) setName("");
// setup widgets
// setup databases
// setup actions
// setup toolbar
// setup menubar
resize(size().expandedTo(minimumSizeHint()));
// signals and slots connections
// tabstops
}
.insert(
, "
" );
Error in slot:
A private method can't be overriden.
Generating slot "
/**
* SLOT
*/
;
{
tqWarning("Warning: SLOT \"\" must be overridden");
return 0;
return '\0'
return 0.0;
return null;
}
/** SIGNAL */
setTabOrder(
,
);
}