Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 2f16506cc8c1194c7e1b9856b534332a > files > 162

qtscxml5-doc-5.9.4-1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>mainwindow.ui Example File | Qt SCXML 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.9</td><td ><a href="qtscxml-index.html">Qt SCXML</a></td><td ><a href="qtscxml-pinball-example.html">Qt SCXML Pinball Example</a></td><td >mainwindow.ui Example File</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">mainwindow.ui Example File</h1>
<span class="subtitle">pinball/mainwindow.ui</span>
<!-- $$$pinball/mainwindow.ui-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp">

  &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
  &lt;ui version=&quot;4.0&quot;&gt;
   &lt;class&gt;MainWindow&lt;/class&gt;
   &lt;widget class=&quot;QWidget&quot; name=&quot;MainWindow&quot;&gt;
    &lt;property name=&quot;geometry&quot;&gt;
     &lt;rect&gt;
      &lt;x&gt;0&lt;/x&gt;
      &lt;y&gt;0&lt;/y&gt;
      &lt;width&gt;476&lt;/width&gt;
      &lt;height&gt;458&lt;/height&gt;
     &lt;/rect&gt;
    &lt;/property&gt;
    &lt;property name=&quot;windowTitle&quot;&gt;
     &lt;string&gt;Pinball&lt;/string&gt;
    &lt;/property&gt;
    &lt;layout class=&quot;QGridLayout&quot; name=&quot;gridLayout&quot;&gt;
     &lt;item row=&quot;0&quot; column=&quot;0&quot; colspan=&quot;5&quot;&gt;
      &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout&quot;&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLabel&quot; name=&quot;highScoreTextLabel&quot;&gt;
         &lt;property name=&quot;sizePolicy&quot;&gt;
          &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
           &lt;horstretch&gt;0&lt;/horstretch&gt;
           &lt;verstretch&gt;0&lt;/verstretch&gt;
          &lt;/sizepolicy&gt;
         &lt;/property&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;HIGH SCORE:&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLabel&quot; name=&quot;highScoreLabel&quot;&gt;
         &lt;property name=&quot;sizePolicy&quot;&gt;
          &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
           &lt;horstretch&gt;0&lt;/horstretch&gt;
           &lt;verstretch&gt;0&lt;/verstretch&gt;
          &lt;/sizepolicy&gt;
         &lt;/property&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;0&lt;/string&gt;
         &lt;/property&gt;
         &lt;property name=&quot;alignment&quot;&gt;
          &lt;set&gt;Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter&lt;/set&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLabel&quot; name=&quot;scoreTextLabel&quot;&gt;
         &lt;property name=&quot;sizePolicy&quot;&gt;
          &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
           &lt;horstretch&gt;0&lt;/horstretch&gt;
           &lt;verstretch&gt;0&lt;/verstretch&gt;
          &lt;/sizepolicy&gt;
         &lt;/property&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;SCORE:&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLabel&quot; name=&quot;scoreLabel&quot;&gt;
         &lt;property name=&quot;sizePolicy&quot;&gt;
          &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
           &lt;horstretch&gt;0&lt;/horstretch&gt;
           &lt;verstretch&gt;0&lt;/verstretch&gt;
          &lt;/sizepolicy&gt;
         &lt;/property&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;0&lt;/string&gt;
         &lt;/property&gt;
         &lt;property name=&quot;alignment&quot;&gt;
          &lt;set&gt;Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter&lt;/set&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
      &lt;/layout&gt;
     &lt;/item&gt;
     &lt;item row=&quot;0&quot; column=&quot;5&quot; rowspan=&quot;7&quot;&gt;
      &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout&quot;&gt;
       &lt;item&gt;
        &lt;spacer name=&quot;verticalSpacer&quot;&gt;
         &lt;property name=&quot;orientation&quot;&gt;
          &lt;enum&gt;Qt::Vertical&lt;/enum&gt;
         &lt;/property&gt;
         &lt;property name=&quot;sizeHint&quot; stdset=&quot;0&quot;&gt;
          &lt;size&gt;
           &lt;width&gt;1&lt;/width&gt;
           &lt;height&gt;98&lt;/height&gt;
          &lt;/size&gt;
         &lt;/property&gt;
        &lt;/spacer&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QToolButton&quot; name=&quot;startButton&quot;&gt;
         &lt;property name=&quot;sizePolicy&quot;&gt;
          &lt;sizepolicy hsizetype=&quot;Fixed&quot; vsizetype=&quot;Minimum&quot;&gt;
           &lt;horstretch&gt;0&lt;/horstretch&gt;
           &lt;verstretch&gt;0&lt;/verstretch&gt;
          &lt;/sizepolicy&gt;
         &lt;/property&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;^
  ^
  ^

  S
  T
  A
  R
  T

  ^
  ^
  ^&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
      &lt;/layout&gt;
     &lt;/item&gt;
     &lt;item row=&quot;1&quot; column=&quot;0&quot; colspan=&quot;5&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;gameOverLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;255&lt;/red&gt;
             &lt;green&gt;0&lt;/green&gt;
             &lt;blue&gt;4&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;255&lt;/red&gt;
             &lt;green&gt;0&lt;/green&gt;
             &lt;blue&gt;4&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;GAME OVER&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;2&quot; column=&quot;0&quot; colspan=&quot;5&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;jackpotLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;55&lt;/red&gt;
             &lt;green&gt;200&lt;/green&gt;
             &lt;blue&gt;191&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;55&lt;/red&gt;
             &lt;green&gt;200&lt;/green&gt;
             &lt;blue&gt;191&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;JACKPOT!&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;3&quot; column=&quot;0&quot; colspan=&quot;5&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;hurryLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;67&lt;/red&gt;
             &lt;green&gt;24&lt;/green&gt;
             &lt;blue&gt;97&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;67&lt;/red&gt;
             &lt;green&gt;24&lt;/green&gt;
             &lt;blue&gt;97&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;HURRY!&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;4&quot; column=&quot;0&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;cLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;7&lt;/red&gt;
             &lt;green&gt;0&lt;/green&gt;
             &lt;blue&gt;222&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;7&lt;/red&gt;
             &lt;green&gt;0&lt;/green&gt;
             &lt;blue&gt;222&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;C&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;4&quot; column=&quot;1&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;rLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;6&lt;/red&gt;
             &lt;green&gt;208&lt;/green&gt;
             &lt;blue&gt;36&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;6&lt;/red&gt;
             &lt;green&gt;208&lt;/green&gt;
             &lt;blue&gt;36&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;R&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;4&quot; column=&quot;2&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;aLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;238&lt;/red&gt;
             &lt;green&gt;17&lt;/green&gt;
             &lt;blue&gt;1&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;238&lt;/red&gt;
             &lt;green&gt;17&lt;/green&gt;
             &lt;blue&gt;1&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;A&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;4&quot; column=&quot;3&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;zLabel&quot;&gt;
       &lt;property name=&quot;enabled&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;230&lt;/red&gt;
             &lt;green&gt;10&lt;/green&gt;
             &lt;blue&gt;230&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;230&lt;/red&gt;
             &lt;green&gt;10&lt;/green&gt;
             &lt;blue&gt;230&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Z&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;4&quot; column=&quot;4&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;yLabel&quot;&gt;
       &lt;property name=&quot;palette&quot;&gt;
        &lt;palette&gt;
         &lt;active&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;239&lt;/red&gt;
             &lt;green&gt;224&lt;/green&gt;
             &lt;blue&gt;9&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/active&gt;
         &lt;inactive&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;239&lt;/red&gt;
             &lt;green&gt;224&lt;/green&gt;
             &lt;blue&gt;9&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/inactive&gt;
         &lt;disabled&gt;
          &lt;colorrole role=&quot;WindowText&quot;&gt;
           &lt;brush brushstyle=&quot;SolidPattern&quot;&gt;
            &lt;color alpha=&quot;255&quot;&gt;
             &lt;red&gt;190&lt;/red&gt;
             &lt;green&gt;190&lt;/green&gt;
             &lt;blue&gt;190&lt;/blue&gt;
            &lt;/color&gt;
           &lt;/brush&gt;
          &lt;/colorrole&gt;
         &lt;/disabled&gt;
        &lt;/palette&gt;
       &lt;/property&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;20&lt;/pointsize&gt;
         &lt;weight&gt;75&lt;/weight&gt;
         &lt;bold&gt;true&lt;/bold&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Y&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;alignment&quot;&gt;
        &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;5&quot; column=&quot;0&quot;&gt;
      &lt;widget class=&quot;QPushButton&quot; name=&quot;cButton&quot;&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;C&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;5&quot; column=&quot;1&quot;&gt;
      &lt;widget class=&quot;QPushButton&quot; name=&quot;rButton&quot;&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;R&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;5&quot; column=&quot;2&quot;&gt;
      &lt;widget class=&quot;QPushButton&quot; name=&quot;aButton&quot;&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;A&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;5&quot; column=&quot;3&quot;&gt;
      &lt;widget class=&quot;QPushButton&quot; name=&quot;zButton&quot;&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Z&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;5&quot; column=&quot;4&quot;&gt;
      &lt;widget class=&quot;QPushButton&quot; name=&quot;yButton&quot;&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Y&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;6&quot; column=&quot;0&quot; colspan=&quot;5&quot;&gt;
      &lt;widget class=&quot;QPushButton&quot; name=&quot;ballOutButton&quot;&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;BALL OUT&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;7&quot; column=&quot;0&quot; colspan=&quot;6&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;offStateLabel&quot;&gt;
       &lt;property name=&quot;sizePolicy&quot;&gt;
        &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
         &lt;horstretch&gt;0&lt;/horstretch&gt;
         &lt;verstretch&gt;0&lt;/verstretch&gt;
        &lt;/sizepolicy&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Press START to release the ball.&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;wordWrap&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;8&quot; column=&quot;0&quot; colspan=&quot;6&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;normalStateLabel&quot;&gt;
       &lt;property name=&quot;sizePolicy&quot;&gt;
        &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
         &lt;horstretch&gt;0&lt;/horstretch&gt;
         &lt;verstretch&gt;0&lt;/verstretch&gt;
        &lt;/sizepolicy&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Try to hit all CRAZY letters. Watch out for ball and avoid BALL OUT since the game will end.&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;wordWrap&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;9&quot; column=&quot;0&quot; colspan=&quot;6&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;hurryStateLabel&quot;&gt;
       &lt;property name=&quot;sizePolicy&quot;&gt;
        &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
         &lt;horstretch&gt;0&lt;/horstretch&gt;
         &lt;verstretch&gt;0&lt;/verstretch&gt;
        &lt;/sizepolicy&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;Now you need to hurry. Quickly hit all CRAZY letters again to gather the extra JACKPOT bonus. You have only 5 seconds. Otherwise you will need to start from scratch.&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;wordWrap&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item row=&quot;10&quot; column=&quot;0&quot; colspan=&quot;6&quot;&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;jackpotStateLabel&quot;&gt;
       &lt;property name=&quot;sizePolicy&quot;&gt;
        &lt;sizepolicy hsizetype=&quot;Preferred&quot; vsizetype=&quot;Fixed&quot;&gt;
         &lt;horstretch&gt;0&lt;/horstretch&gt;
         &lt;verstretch&gt;0&lt;/verstretch&gt;
        &lt;/sizepolicy&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;You did that! You have collected JACKPOT! Congratulations. Now you can continue game until you BALL OUT.&lt;/string&gt;
       &lt;/property&gt;
       &lt;property name=&quot;wordWrap&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
    &lt;/layout&gt;
   &lt;/widget&gt;
   &lt;resources/&gt;
   &lt;connections/&gt;
  &lt;/ui&gt;

</pre>
</div>
<!-- @@@pinball/mainwindow.ui -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>