30 ty =
y1 - 5*metrics.lineSpacing() - 4;
35 QObject::tr(
"substrate")));
37 QObject::tr(
"width of line 1")));
39 QObject::tr(
"width of line 2")));
41 QObject::tr(
"width of line 3")));
43 QObject::tr(
"quasi-static microstrip model")+
44 " [Hammerstad, Wheeler, Schneider]"));
46 QObject::tr(
"microstrip dispersion model")+
" [Kirschning, Kobayashi, "
47 "Yamashita, Hammerstad, Getsinger, Schneider, Pramanick]"));
49 QObject::tr(
"temperature in degree Celsius")));
51 QObject::tr(
"show port numbers in symbol or not")+
52 " [showNumbers, noNumbers]"));
68 Name = QObject::tr(
"Microstrip Tee");
69 BitmapFile = (
char *)
"mstee";
71 if(getNewOne)
return new MStee();
77 Lines.append(
new Line(-30, 0,-18, 0,QPen(Qt::darkBlue,2)));
78 Lines.append(
new Line( 18, 0, 30, 0,QPen(Qt::darkBlue,2)));
79 Lines.append(
new Line( 0, 18, 0, 30,QPen(Qt::darkBlue,2)));
80 Lines.append(
new Line(-18, -8, 18, -8,QPen(Qt::darkBlue,2)));
81 Lines.append(
new Line(-18, 8, -8, 8,QPen(Qt::darkBlue,2)));
82 Lines.append(
new Line( 8, 8, 18, 8,QPen(Qt::darkBlue,2)));
83 Lines.append(
new Line(-18, -8,-18, 8,QPen(Qt::darkBlue,2)));
84 Lines.append(
new Line( 18, -8, 18, 8,QPen(Qt::darkBlue,2)));
85 Lines.append(
new Line( -8, 8, -8, 18,QPen(Qt::darkBlue,2)));
86 Lines.append(
new Line( 8, 8, 8, 18,QPen(Qt::darkBlue,2)));
87 Lines.append(
new Line( -8, 18, 8, 18,QPen(Qt::darkBlue,2)));
89 if(
Props.getLast()->Value.at(0) !=
'n') {
tQucsSettings QucsSettings
Definitions and declarations for the main application.
Q3PtrList< Property > Props
Superclass of all schematic drawing elements.
static Element * info(QString &, char *&, bool getNewOne=false)