summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtessellator/simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtessellator/simple.cpp')
-rw-r--r--tests/auto/qtessellator/simple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtessellator/simple.cpp b/tests/auto/qtessellator/simple.cpp
index 7164397..b3f910f 100644
--- a/tests/auto/qtessellator/simple.cpp
+++ b/tests/auto/qtessellator/simple.cpp
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
>99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
  <author></author>
  <comment>*********************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the autotests of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Commercial Usage
** This file contains pre-release code and may not be distributed.
** You may use this file in accordance with the terms and conditions
** contained in the either Technology Preview License Agreement or the
** Beta Release License Agreement.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition, as a special exception, Nokia gives you certain
** additional rights. These rights are described in the Nokia Qt LGPL
** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
** package.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3.0 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU General Public License version 3.0 requirements will be
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
*********************************************************************</comment>
  <exportmacro></exportmacro>
  <class>FormSettingsBase</class>
  <widget class="QDialog" name="FormSettingsBase">
    <property name="geometry">
      <rect>
        <x>0</x>
        <y>0</y>
        <width>597</width>
        <height>458</height>
      </rect>
    </property>
    <property name="windowTitle">
      <string>Form Settings</string>
    </property>
    <property name="sizeGripEnabled">
      <bool>true</bool>
    </property>
    <property name="whatsThis" stdset="0">
      <string>&lt;b&gt;Form Settings&lt;/b&gt;&lt;p&gt;Change settings for the form. Settings like &lt;b&gt;Comment&lt;/b&gt; and &lt;b&gt;Author&lt;/b&gt; are for your own use and are not required.&lt;/p&gt;</string>
    </property>
    <layout class="QGridLayout">
      <property name="margin">
        <number>11</number>
      </property>
      <property name="spacing">
        <number>6</number>
      </property>
      <item row="1" column="0">
        <widget class="Q3ButtonGroup" name="ButtonGroup1">
          <property name="title">
            <string>Pixmaps</string>
          </property>
          <layout class="QGridLayout">
            <property name="margin">
              <number>11</number>
            </property>
            <property name="spacing">
              <number>6</number>
            </property>
            <item row="0" column="0">
              <widget class="QRadioButton" name="radioPixmapInline">
                <property name="text">
                  <string>Save In&amp;line</string>
                </property>
                <property name="checked">
                  <bool>true</bool>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Save pixmaps in the .ui files</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Save Inline&lt;/b&gt;&lt;p&gt;Saves the pixmaps as binary data in the .ui files. Pixmaps saved like this are not shared between forms. We recommend using Project image files instead.</string>
                </property>
              </widget>
            </item>
            <item row="2" column="0">
              <widget class="QRadioButton" name="radioProjectImageFile">
                <property name="text">
                  <string>Project &amp;Imagefile</string>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Use the Project's Image file for pixmaps</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Use the Project's Image file for pixmaps&lt;/b&gt;
&lt;p&gt;Each project may have a collection of pixmaps. If you use a project, we recommend that you use this option since it shares the images and is the fastest and most efficient way to use pixmaps in your forms.&lt;/p&gt;</string>
                </property>
              </widget>
            </item>
            <item row="1" column="1">
              <widget class="QLineEdit" name="editPixmapFunction">
                <property name="enabled">
                  <bool>false</bool>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Specify Pixmap-Loader function (only the function's name, no parentheses!)</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Specify Pixmap-Loader function&lt;/b&gt;&lt;p&gt;Specify the function which should be used for loading a pixmap in the generated code. &lt;em&gt;Only enter the function's name, with no parentheses.&lt;/em&gt;</string>
                </property>
              </widget>
            </item>
            <item row="1" column="0">
              <widget class="QRadioButton" name="radioPixmapFunction">
                <property name="text">
                  <string>Use &amp;Function:</string>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Use the given function for pixmaps</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Use a given function for pixmaps&lt;/b&gt;&lt;p&gt;If you choose this option you must define a function in the line edit at the right which will be used in the generated code for loading pixmaps. When choosing a pixmap in &lt;i&gt;Qt Designer&lt;/i&gt; you will be asked to specify the arguments which will be passed to the function in the generated code.&lt;p&gt; This approach makes it possible to use your own icon-loader function for loading pixmaps.  &lt;i&gt;Qt Designer&lt;/i&gt; can't preview the correct image if you use your own function.</string>
                </property>
              </widget>
            </item>
          </layout>
        </widget>
      </item>
      <item row="0" column="0" rowspan="1" colspan="2">
        <widget class="Q3GroupBox" name="GroupBox1">
          <property name="frameShape">
            <enum>Q3GroupBox::Box</enum>
          </property>
          <property name="frameShadow">
            <enum>Q3GroupBox::Sunken</enum>
          </property>
          <property name="title">
            <string>Settings</string>
          </property>
          <layout class="QGridLayout">
            <property name="margin">
              <number>11</number>
            </property>
            <property name="spacing">
              <number>6</number>
            </property>
            <item row="0" column="1">
              <widget class="QLineEdit" name="editClassName">
                <property name="toolTip" stdset="0">
                  <string>Change class name</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Enter the name of the class that will be created.&lt;/b&gt;&lt;p&gt;&lt;em&gt;classname.h&lt;/em&gt; and &lt;em&gt;classname.cpp&lt;/em&gt; will be generated as C++ output when it is compiled by uic.&lt;/p&gt;</string>
                </property>
              </widget>
            </item>
            <item row="3" column="0">
              <widget class="QLabel" name="TextLabel1_2">
                <property name="text">
                  <string>A&amp;uthor:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>editAuthor</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="3" column="1">
              <widget class="QLineEdit" name="editAuthor">
                <property name="toolTip" stdset="0">
                  <string>Enter your name</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>Enter your name.</string>
                </property>
              </widget>
            </item>
            <item row="0" column="0">
              <widget class="QLabel" name="TextLabel1">
                <property name="text">
                  <string>Class &amp;Name:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>editClassName</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="1" column="0">
              <widget class="QLabel" name="TextLabel2">
                <property name="text">
                  <string>Co&amp;mment:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>editComment</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="1" column="1" rowspan="2" colspan="1">
              <widget class="Q3MultiLineEdit" name="editComment">
                <property name="whatsThis" stdset="0">
                  <string>Enter a comment about the form.</string>
                </property>
              </widget>
            </item>
            <item row="2" column="0">
              <spacer name="Spacer1">
                <property name="sizeHint">
                  <size>
                    <width>0</width>
                    <height>0</height>
                  </size>
                </property>
                <property name="sizeType">
                  <enum>QSizePolicy::Expanding</enum>
                </property>
                <property name="orientation">
                  <enum>Qt::Vertical</enum>
                </property>
              </spacer>
            </item>
          </layout>
        </widget>
      </item>
      <item row="1" column="1">
        <widget class="Q3GroupBox" name="GroupBox2">
          <property name="title">
            <string>La&amp;youts</string>
          </property>
          <layout class="QGridLayout">
            <property name="margin">
              <number>11</number>
            </property>
            <property name="spacing">
              <number>6</number>
            </property>
            <item row="0" column="2">
              <widget class="QSpinBox" name="spinMargin">
                <property name="value">
                  <number>11</number>
                </property>
              </widget>
            </item>
            <item row="0" column="3">
              <spacer name="Spacer3">
                <property name="sizeHint">
                  <size>
                    <width>0</width>
                    <height>0</height>
                  </size>
                </property>
                <property name="sizeType">
                  <enum>QSizePolicy::Expanding</enum>
                </property>
                <property name="orientation">
                  <enum>Qt::Horizontal</enum>
                </property>
              </spacer>
            </item>
            <item row="1" column="0" rowspan="1" colspan="2">
              <widget class="QLabel" name="TextLabel2_2">
                <property name="text">
                  <string>D&amp;efault Spacing:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>spinSpacing</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="2" column="0" rowspan="1" colspan="2">
              <widget class="QCheckBox" name="checkLayoutFunctions">
                <property name="text">
                  <string>Use Func&amp;tions:</string>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Use functions to get the margin and spacing</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Use a given function for margin and/or spacing&lt;/b&gt;&lt;p&gt;If you choose this option you must define functions in the line edit below which will be used in the generated code for getting the margin and spacing value. &lt;i&gt;Qt Designer&lt;/i&gt; can't preview the correct margin or spacing if you use your own function. Instead, the default values will be used for preview.</string>
                </property>
              </widget>
            </item>
            <item row="1" column="2">
              <widget class="QSpinBox" name="spinSpacing">
                <property name="value">
                  <number>6</number>
                </property>
              </widget>
            </item>
            <item row="1" column="3">
              <spacer name="Spacer4">
                <property name="sizeHint">
                  <size>
                    <width>0</width>
                    <height>0</height>
                  </size>
                </property>
                <property name="sizeType">
                  <enum>QSizePolicy::Expanding</enum>
                </property>
                <property name="orientation">
                  <enum>Qt::Horizontal</enum>
                </property>
              </spacer>
            </item>
            <item row="0" column="0" rowspan="1" colspan="2">
              <widget class="QLabel" name="TextLabel1_3">
                <property name="text">
                  <string>Default Mar&amp;gin:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>spinMargin</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="4" column="0">
              <widget class="QLabel" name="spaFuLabel">
                <property name="enabled">
                  <bool>false</bool>
                </property>
                <property name="text">
                  <string>S&amp;pacing:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>editSpacingFunction</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="3" column="0">
              <widget class="QLabel" name="marFuLabel">
                <property name="enabled">
                  <bool>false</bool>
                </property>
                <property name="sizePolicy">
                  <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                  </sizepolicy>
                </property>
                <property name="text">
                  <string>Ma&amp;rgin:</string>
                </property>
                <property name="buddy" stdset="0">
                  <cstring>editMarginFunction</cstring>
                </property>
                <property name="wordWrap">
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="2" column="2" rowspan="1" colspan="2">
              <spacer name="Spacer5">
                <property name="sizeHint">
                  <size>
                    <width>0</width>
                    <height>0</height>
                  </size>
                </property>
                <property name="sizeType">
                  <enum>QSizePolicy::Expanding</enum>
                </property>
                <property name="orientation">
                  <enum>Qt::Horizontal</enum>
                </property>
              </spacer>
            </item>
            <item row="4" column="1" rowspan="1" colspan="3">
              <widget class="QLineEdit" name="editSpacingFunction">
                <property name="enabled">
                  <bool>false</bool>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Specify spacing function (only the function's name, no parentheses!)</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Specify spacing function&lt;/b&gt;&lt;p&gt;Specify the function which should be used for getting the spacing in the generated code. &lt;em&gt;Only enter the function's name, with no parentheses.&lt;/em&gt;</string>
                </property>
              </widget>
            </item>
            <item row="3" column="1" rowspan="1" colspan="3">
              <widget class="QLineEdit" name="editMarginFunction">
                <property name="enabled">
                  <bool>false</bool>
                </property>
                <property name="sizePolicy">
                  <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>0</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                  </sizepolicy>
                </property>
                <property name="toolTip" stdset="0">
                  <string>Specify margin function (only the function's name, no parentheses!)</string>
                </property>
                <property name="whatsThis" stdset="0">
                  <string>&lt;b&gt;Specify margin function&lt;/b&gt;&lt;p&gt;Specify the function which should be used for getting the margin in the generated code. &lt;em&gt;Only enter the function's name, with no parentheses.&lt;/em&gt;</string>
                </property>
              </widget>
            </item>
          </layout>
        </widget>
      </item>
      <item row="2" column="0" rowspan="1" colspan="2">
        <layout class="QHBoxLayout">
          <property name="margin">
            <number>0</number>
          </property>
          <property name="spacing">
            <number>6</number>
          </property>
          <item>
            <widget class="QPushButton" name="buttonHelp">
              <property name="text">
                <string>&amp;Help</string>
              </property>
              <property name="autoDefault">
                <bool>true</bool>
              </property>
            </widget>
          </item>
          <item>
            <spacer name="Horizontal Spacing2">
              <property name="sizeHint">
                <size>
                  <width>0</width>
                  <height>0</height>
                </size>
              </property>
              <property name="sizeType">
                <enum>QSizePolicy::Expanding</enum>
              </property>
              <property name="orientation">
                <enum>Qt::Horizontal</enum>
              </property>
            </spacer>
          </item>
          <item>
            <widget class="QPushButton" name="buttonOk">
              <property name="text">
                <string>&amp;OK</string>
              </property>
              <property name="autoDefault">
                <bool>true</bool>
              </property>
              <property name="default">
                <bool>true</bool>
              </property>
              <property name="whatsThis" stdset="0">
                <string>Close the dialog and apply all the changes.</string>
              </property>
            </widget>
          </item>
          <item>
            <widget class="QPushButton" name="buttonCancel">
              <property name="text">
                <string>&amp;Cancel</string>
              </property>
              <property name="autoDefault">
                <bool>true</bool>
              </property>
              <property name="whatsThis" stdset="0">
                <string>Close the dialog and discard any changes.</string>
              </property>
            </widget>
          </item>
        </layout>
      </item>
    </layout>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <tabstops>
    <tabstop>editClassName</tabstop>
    <tabstop>editComment</tabstop>
    <tabstop>editAuthor</tabstop>
    <tabstop>radioPixmapInline</tabstop>
    <tabstop>radioPixmapFunction</tabstop>
    <tabstop>editPixmapFunction</tabstop>
    <tabstop>radioProjectImageFile</tabstop>
    <tabstop>spinMargin</tabstop>
    <tabstop>spinSpacing</tabstop>
    <tabstop>checkLayoutFunctions</tabstop>
    <tabstop>editMarginFunction</tabstop>
    <tabstop>editSpacingFunction</tabstop>
    <tabstop>buttonOk</tabstop>
    <tabstop>buttonCancel</tabstop>
    <tabstop>buttonHelp</tabstop>
  </tabstops>
  <connections>
    <connection>
      <sender>buttonCancel</sender>
      <signal>clicked()</signal>
      <receiver>FormSettingsBase</receiver>
      <slot>reject()</slot>
    </connection>
    <connection>
      <sender>buttonOk</sender>
      <signal>clicked()</signal>
      <receiver>FormSettingsBase</receiver>
      <slot>okClicked()</slot>
    </connection>
    <connection>
      <sender>radioPixmapFunction</sender>
      <signal>toggled(bool)</signal>
      <receiver>editPixmapFunction</receiver>
      <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
      <sender>checkLayoutFunctions</sender>
      <signal>toggled(bool)</signal>
      <receiver>editSpacingFunction</receiver>
      <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
      <sender>checkLayoutFunctions</sender>
      <signal>toggled(bool)</signal>
      <receiver>editMarginFunction</receiver>
      <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
      <sender>checkLayoutFunctions</sender>
      <signal>toggled(bool)</signal>
      <receiver>marFuLabel</receiver>
      <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
      <sender>checkLayoutFunctions</sender>
      <signal>toggled(bool)</signal>
      <receiver>spaFuLabel</receiver>
      <slot>setEnabled(bool)</slot>
    </connection>
  </connections>
</ui>