Warning, /education/labplot/src/kdefrontend/ui/matrix/matrixfunctionwidget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>MatrixFunctionWidget</class> 0004 <widget class="QWidget" name="MatrixFunctionWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>273</width> 0010 <height>178</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout" name="gridLayout_2"> 0014 <item row="0" column="2"> 0015 <widget class="QLabel" name="lXInfo"> 0016 <property name="text"> 0017 <string/> 0018 </property> 0019 </widget> 0020 </item> 0021 <item row="1" column="2"> 0022 <widget class="QLabel" name="lYInfo"> 0023 <property name="text"> 0024 <string/> 0025 </property> 0026 </widget> 0027 </item> 0028 <item row="2" column="2"> 0029 <widget class="QFrame" name="frame"> 0030 <property name="sizePolicy"> 0031 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 0032 <horstretch>0</horstretch> 0033 <verstretch>0</verstretch> 0034 </sizepolicy> 0035 </property> 0036 <property name="maximumSize"> 0037 <size> 0038 <width>16777215</width> 0039 <height>16777215</height> 0040 </size> 0041 </property> 0042 <property name="frameShape"> 0043 <enum>QFrame::NoFrame</enum> 0044 </property> 0045 <property name="frameShadow"> 0046 <enum>QFrame::Raised</enum> 0047 </property> 0048 <layout class="QGridLayout" name="gridLayout"> 0049 <property name="margin"> 0050 <number>0</number> 0051 </property> 0052 <property name="spacing"> 0053 <number>0</number> 0054 </property> 0055 <item row="0" column="0" rowspan="3"> 0056 <widget class="ExpressionTextEdit" name="teEquation"> 0057 <property name="sizePolicy"> 0058 <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> 0059 <horstretch>0</horstretch> 0060 <verstretch>0</verstretch> 0061 </sizepolicy> 0062 </property> 0063 <property name="maximumSize"> 0064 <size> 0065 <width>16777215</width> 0066 <height>16777215</height> 0067 </size> 0068 </property> 0069 </widget> 0070 </item> 0071 <item row="0" column="1"> 0072 <widget class="QToolButton" name="tbFunctions"> 0073 <property name="toolTip"> 0074 <string>Functions</string> 0075 </property> 0076 <property name="text"> 0077 <string/> 0078 </property> 0079 </widget> 0080 </item> 0081 <item row="1" column="1"> 0082 <widget class="QToolButton" name="tbConstants"> 0083 <property name="toolTip"> 0084 <string>Constants</string> 0085 </property> 0086 <property name="text"> 0087 <string/> 0088 </property> 0089 </widget> 0090 </item> 0091 </layout> 0092 </widget> 0093 </item> 0094 <item row="3" column="0"> 0095 <spacer name="verticalSpacer"> 0096 <property name="orientation"> 0097 <enum>Qt::Vertical</enum> 0098 </property> 0099 <property name="sizeHint" stdset="0"> 0100 <size> 0101 <width>20</width> 0102 <height>60</height> 0103 </size> 0104 </property> 0105 </spacer> 0106 </item> 0107 <item row="1" column="0" colspan="2"> 0108 <widget class="QLabel" name="lY"> 0109 <property name="font"> 0110 <font> 0111 <weight>75</weight> 0112 <bold>true</bold> 0113 </font> 0114 </property> 0115 <property name="text"> 0116 <string>y = </string> 0117 </property> 0118 <property name="alignment"> 0119 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0120 </property> 0121 </widget> 0122 </item> 0123 <item row="0" column="0" colspan="2"> 0124 <widget class="QLabel" name="lX"> 0125 <property name="font"> 0126 <font> 0127 <weight>75</weight> 0128 <bold>true</bold> 0129 </font> 0130 </property> 0131 <property name="text"> 0132 <string>x = </string> 0133 </property> 0134 <property name="alignment"> 0135 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0136 </property> 0137 </widget> 0138 </item> 0139 <item row="2" column="0" colspan="2"> 0140 <widget class="QLabel" name="lZ"> 0141 <property name="font"> 0142 <font> 0143 <weight>75</weight> 0144 <bold>true</bold> 0145 </font> 0146 </property> 0147 <property name="text"> 0148 <string>f(x,y) = </string> 0149 </property> 0150 <property name="alignment"> 0151 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 0152 </property> 0153 </widget> 0154 </item> 0155 </layout> 0156 </widget> 0157 <customwidgets> 0158 <customwidget> 0159 <class>ExpressionTextEdit</class> 0160 <extends>QTextEdit</extends> 0161 <header>kdefrontend/widgets/ExpressionTextEdit.h</header> 0162 </customwidget> 0163 </customwidgets> 0164 <resources/> 0165 <connections/> 0166 </ui>