23 Description = QObject::tr(
"microstrip lange coupler");
25 Lines.append(
new Line(-30,-30,-30, 10,QPen(Qt::darkBlue,2)));
26 Lines.append(
new Line(-30, 30,-30, 20,QPen(Qt::darkBlue,2)));
27 Lines.append(
new Line(-30, 20, 0, 20,QPen(Qt::darkBlue,2)));
28 Lines.append(
new Line(-30, 10, 30, 10,QPen(Qt::darkBlue,2)));
29 Lines.append(
new Line(-25, 0, 25, 0,QPen(Qt::darkBlue,2)));
30 Lines.append(
new Line(-30,-10, 30,-10,QPen(Qt::darkBlue,2)));
31 Lines.append(
new Line( 0,-20, 30,-20,QPen(Qt::darkBlue,2)));
32 Lines.append(
new Line( 30,-30, 30,-20,QPen(Qt::darkBlue,2)));
33 Lines.append(
new Line( 30,-10, 30, 30,QPen(Qt::darkBlue,2)));
49 QObject::tr(
"name of substrate definition")));
51 QObject::tr(
"width of the line")));
53 QObject::tr(
"length of the line")));
55 QObject::tr(
"spacing between the lines")));
57 QObject::tr(
"microstrip model")+
" [Kirschning, Hammerstad]"));
59 QObject::tr(
"microstrip dispersion model")+
60 " [Kirschning, Getsinger]"));
62 QObject::tr(
"simulation temperature in degree Celsius")));
76 Name = QObject::tr(
"Microstrip Lange Coupler");
77 BitmapFile = (
char *)
"mslange";
79 if(getNewOne)
return new MSlange();
Q3PtrList< Property > Props
Superclass of all schematic drawing elements.
static Element * info(QString &, char *&, bool getNewOne=false)