]> git.sesse.net Git - ultimatescore/blobdiff - client/mainwindow.ui
Add some functionality to hide and show the scorebug itself, and also to control...
[ultimatescore] / client / mainwindow.ui
index d51294875aa8ebe8ead0637a68a3413a18629299..625940a21b603803fbb36f0bafbccce5dfd3549d 100644 (file)
@@ -11,7 +11,7 @@
    </rect>
   </property>
   <property name="windowTitle">
-   <string>MainWindow</string>
+   <string>Ultimate score client</string>
   </property>
   <widget class="QWidget" name="centralWidget">
    <layout class="QVBoxLayout" name="verticalLayout_2">
         </item>
        </layout>
       </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_13">
+        <item>
+         <widget class="QPushButton" name="show_scorebug_btn">
+          <property name="text">
+           <string>Show scorebug</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="show_group_a_btn">
+          <property name="text">
+           <string>Show group A</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="show_group_b_btn">
+          <property name="text">
+           <string>Show group B</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="show_schedule_btn">
+          <property name="text">
+           <string>Show schedule</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="show_carousel_btn">
+          <property name="text">
+           <string>Carousel</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="show_nothing_btn">
+          <property name="text">
+           <string>Hide all</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_3">
         <item>
             <item>
              <widget class="QPushButton" name="goal_2_btn">
               <property name="text">
-               <string>+1 point</string>
+               <string>+1 point (F9)</string>
+              </property>
+              <property name="shortcut">
+               <string>F9</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QPushButton" name="ungoal_2_btn">
               <property name="text">
-               <string>-1 point</string>
+               <string>-1 point (F11)</string>
+              </property>
+              <property name="shortcut">
+               <string>F11</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QPushButton" name="goal_1_btn">
               <property name="text">
-               <string>+1 point</string>
+               <string>+1 point (F5)</string>
+              </property>
+              <property name="shortcut">
+               <string>F5</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QPushButton" name="ungoal_1_btn">
               <property name="text">
-               <string>-1 point</string>
+               <string>-1 point (F7)</string>
+              </property>
+              <property name="shortcut">
+               <string>F7</string>
               </property>
              </widget>
             </item>
         <item>
          <widget class="QLineEdit" name="comment_edit">
           <property name="text">
-           <string>Pagacap: First to 9 points</string>
+           <string/>
           </property>
          </widget>
         </item>
          </widget>
         </item>
         <item>
-         <widget class="QLineEdit" name="lowerthird_subheading_edit"/>
+         <widget class="QLineEdit" name="lowerthird_subheading_edit">
+          <property name="text">
+           <string>TrønDisk 2017</string>
+          </property>
+         </widget>
         </item>
        </layout>
       </item>
         </item>
        </layout>
       </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_12">
+        <item>
+         <widget class="QLabel" name="label_13">
+          <property name="text">
+           <string>Quick lower third (A&lt;num&gt;/B&lt;num&gt; = players, C&lt;num&gt; = code):</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QLineEdit" name="quick_lower_third_edit"/>
+        </item>
+        <item>
+         <widget class="QPushButton" name="show_quick_lower_third_btn">
+          <property name="text">
+           <string>Show</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
      </layout>
     </item>
    </layout>
   <widget class="QStatusBar" name="statusBar"/>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
+ <tabstops>
+  <tabstop>casparcg_host_box</tabstop>
+  <tabstop>casparcg_port_box</tabstop>
+  <tabstop>casparcg_reconnect_btn</tabstop>
+  <tabstop>initials_1_edit</tabstop>
+  <tabstop>initials_2_edit</tabstop>
+  <tabstop>set_initials_btn</tabstop>
+  <tabstop>color_1_edit</tabstop>
+  <tabstop>color_2_edit</tabstop>
+  <tabstop>set_color_btn</tabstop>
+  <tabstop>score_1_box</tabstop>
+  <tabstop>score_2_box</tabstop>
+  <tabstop>set_score_btn</tabstop>
+  <tabstop>goal_1_btn</tabstop>
+  <tabstop>ungoal_1_btn</tabstop>
+  <tabstop>goal_2_btn</tabstop>
+  <tabstop>ungoal_2_btn</tabstop>
+  <tabstop>set_all_scorebug_btn</tabstop>
+  <tabstop>clock_min_box</tabstop>
+  <tabstop>clock_sec_box</tabstop>
+  <tabstop>set_clock_btn</tabstop>
+  <tabstop>start_and_show_clock_btn</tabstop>
+  <tabstop>stop_clock_btn</tabstop>
+  <tabstop>show_clock_btn</tabstop>
+  <tabstop>hide_clock_btn</tabstop>
+  <tabstop>comment_edit</tabstop>
+  <tabstop>set_comment_btn</tabstop>
+  <tabstop>set_and_show_comment_btn</tabstop>
+  <tabstop>hide_comment_btn</tabstop>
+  <tabstop>autocomment_edit</tabstop>
+  <tabstop>set_and_show_autocomment_btn</tabstop>
+  <tabstop>lowerthird_heading_edit</tabstop>
+  <tabstop>lowerthird_subheading_edit</tabstop>
+  <tabstop>show_lower_third_btn</tabstop>
+  <tabstop>hide_lower_third_btn</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>