Warning, /education/khipu/src/plotsbuilder.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>PlotsBuilderWidget</class> 0004 <widget class="QWidget" name="PlotsBuilderWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>307</width> 0010 <height>464</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <widget class="QGroupBox" name="cartesianCurvesLinks"> 0016 <property name="title"> 0017 <string>Build a Cartesian Curve</string> 0018 </property> 0019 <layout class="QHBoxLayout" name="horizontalLayout_15"> 0020 <item> 0021 <widget class="QPushButton" name="buildCartesianGraphCurve"> 0022 <property name="minimumSize"> 0023 <size> 0024 <width>0</width> 0025 <height>0</height> 0026 </size> 0027 </property> 0028 <property name="maximumSize"> 0029 <size> 0030 <width>16777215</width> 0031 <height>16777215</height> 0032 </size> 0033 </property> 0034 <property name="text"> 0035 <string>Graph</string> 0036 </property> 0037 <property name="icon"> 0038 <iconset theme="newfunction"> 0039 <normaloff/> 0040 </iconset> 0041 </property> 0042 <property name="iconSize"> 0043 <size> 0044 <width>16</width> 0045 <height>16</height> 0046 </size> 0047 </property> 0048 </widget> 0049 </item> 0050 <item> 0051 <widget class="QPushButton" name="buildCartesianImplicitCurve"> 0052 <property name="text"> 0053 <string>Implicit</string> 0054 </property> 0055 <property name="icon"> 0056 <iconset theme="newimplicit"> 0057 <normaloff/> 0058 </iconset> 0059 </property> 0060 </widget> 0061 </item> 0062 <item> 0063 <widget class="QPushButton" name="buildCartesianParametricCurve2D"> 0064 <property name="text"> 0065 <string>Parametric</string> 0066 </property> 0067 <property name="icon"> 0068 <iconset theme="newparametric"> 0069 <normaloff/> 0070 </iconset> 0071 </property> 0072 </widget> 0073 </item> 0074 <item> 0075 <spacer name="horizontalSpacer"> 0076 <property name="orientation"> 0077 <enum>Qt::Horizontal</enum> 0078 </property> 0079 <property name="sizeHint" stdset="0"> 0080 <size> 0081 <width>40</width> 0082 <height>20</height> 0083 </size> 0084 </property> 0085 </spacer> 0086 </item> 0087 </layout> 0088 </widget> 0089 </item> 0090 <item> 0091 <widget class="QGroupBox" name="polarCurvesLinks"> 0092 <property name="title"> 0093 <string>Build a Polar Curve</string> 0094 </property> 0095 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0096 <item> 0097 <widget class="QPushButton" name="buildPolarGraphCurve"> 0098 <property name="text"> 0099 <string>Graph</string> 0100 </property> 0101 <property name="icon"> 0102 <iconset theme="newpolar"> 0103 <normaloff/> 0104 </iconset> 0105 </property> 0106 </widget> 0107 </item> 0108 <item> 0109 <spacer name="horizontalSpacer_2"> 0110 <property name="orientation"> 0111 <enum>Qt::Horizontal</enum> 0112 </property> 0113 <property name="sizeHint" stdset="0"> 0114 <size> 0115 <width>40</width> 0116 <height>20</height> 0117 </size> 0118 </property> 0119 </spacer> 0120 </item> 0121 </layout> 0122 </widget> 0123 </item> 0124 <item> 0125 <widget class="QGroupBox" name="spaceCurvesLinks"> 0126 <property name="title"> 0127 <string>Build a Space Curve</string> 0128 </property> 0129 <layout class="QHBoxLayout" name="horizontalLayout_13"> 0130 <item> 0131 <widget class="QPushButton" name="buildCartesianParametricCurve3D"> 0132 <property name="text"> 0133 <string>Parametric</string> 0134 </property> 0135 <property name="icon"> 0136 <iconset theme="newparametric3d"> 0137 <normaloff/> 0138 </iconset> 0139 </property> 0140 <property name="iconSize"> 0141 <size> 0142 <width>16</width> 0143 <height>16</height> 0144 </size> 0145 </property> 0146 </widget> 0147 </item> 0148 <item> 0149 <spacer name="horizontalSpacer_3"> 0150 <property name="orientation"> 0151 <enum>Qt::Horizontal</enum> 0152 </property> 0153 <property name="sizeHint" stdset="0"> 0154 <size> 0155 <width>40</width> 0156 <height>20</height> 0157 </size> 0158 </property> 0159 </spacer> 0160 </item> 0161 </layout> 0162 </widget> 0163 </item> 0164 <item> 0165 <widget class="QGroupBox" name="cartesianSurfacesLinks"> 0166 <property name="title"> 0167 <string>Build a Cartesian Surface</string> 0168 </property> 0169 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0170 <item> 0171 <widget class="QPushButton" name="buildCartesianGraphSurface"> 0172 <property name="text"> 0173 <string>Graph</string> 0174 </property> 0175 <property name="icon"> 0176 <iconset theme="newfunction3d"> 0177 <normaloff/> 0178 </iconset> 0179 </property> 0180 </widget> 0181 </item> 0182 <item> 0183 <widget class="QPushButton" name="buildCartesianImplicitSurface"> 0184 <property name="text"> 0185 <string>Implicit</string> 0186 </property> 0187 <property name="icon"> 0188 <iconset theme="draw-square-inverted-corners"> 0189 <normaloff/> 0190 </iconset> 0191 </property> 0192 </widget> 0193 </item> 0194 <item> 0195 <widget class="QPushButton" name="buildCartesianParametricSurface"> 0196 <property name="text"> 0197 <string>Parametric</string> 0198 </property> 0199 <property name="icon"> 0200 <iconset theme="draw-donut"> 0201 <normaloff/> 0202 </iconset> 0203 </property> 0204 </widget> 0205 </item> 0206 <item> 0207 <spacer name="horizontalSpacer_4"> 0208 <property name="orientation"> 0209 <enum>Qt::Horizontal</enum> 0210 </property> 0211 <property name="sizeHint" stdset="0"> 0212 <size> 0213 <width>40</width> 0214 <height>20</height> 0215 </size> 0216 </property> 0217 </spacer> 0218 </item> 0219 </layout> 0220 </widget> 0221 </item> 0222 <item> 0223 <widget class="QGroupBox" name="cylindricalSurfacesLinks"> 0224 <property name="title"> 0225 <string>Build a Cylindrical Surface</string> 0226 </property> 0227 <layout class="QHBoxLayout" name="horizontalLayout_16"> 0228 <item> 0229 <widget class="QPushButton" name="buildCylindricalGraphSurface"> 0230 <property name="text"> 0231 <string>Graph</string> 0232 </property> 0233 <property name="icon"> 0234 <iconset theme="newcylindrical"> 0235 <normaloff/> 0236 </iconset> 0237 </property> 0238 </widget> 0239 </item> 0240 <item> 0241 <spacer name="horizontalSpacer_5"> 0242 <property name="orientation"> 0243 <enum>Qt::Horizontal</enum> 0244 </property> 0245 <property name="sizeHint" stdset="0"> 0246 <size> 0247 <width>40</width> 0248 <height>20</height> 0249 </size> 0250 </property> 0251 </spacer> 0252 </item> 0253 </layout> 0254 </widget> 0255 </item> 0256 <item> 0257 <widget class="QGroupBox" name="sphericalSurfacesLinks"> 0258 <property name="title"> 0259 <string>Build a Spherical Surface</string> 0260 </property> 0261 <layout class="QHBoxLayout" name="horizontalLayout_17"> 0262 <item> 0263 <widget class="QPushButton" name="buildSphericalGraphSurface"> 0264 <property name="text"> 0265 <string>Graph</string> 0266 </property> 0267 <property name="icon"> 0268 <iconset theme="newspherical"> 0269 <normaloff/> 0270 </iconset> 0271 </property> 0272 </widget> 0273 </item> 0274 <item> 0275 <spacer name="horizontalSpacer_6"> 0276 <property name="orientation"> 0277 <enum>Qt::Horizontal</enum> 0278 </property> 0279 <property name="sizeHint" stdset="0"> 0280 <size> 0281 <width>40</width> 0282 <height>20</height> 0283 </size> 0284 </property> 0285 </spacer> 0286 </item> 0287 </layout> 0288 </widget> 0289 </item> 0290 <item> 0291 <spacer name="verticalSpacer"> 0292 <property name="orientation"> 0293 <enum>Qt::Vertical</enum> 0294 </property> 0295 <property name="sizeHint" stdset="0"> 0296 <size> 0297 <width>20</width> 0298 <height>40</height> 0299 </size> 0300 </property> 0301 </spacer> 0302 </item> 0303 </layout> 0304 </widget> 0305 <resources/> 0306 <connections/> 0307 </ui>