]> git.sesse.net Git - nageru/blobdiff - ui_mainwindow.ui
Add a menu item to start a new video segment (cut/cue, except that would be a confusi...
[nageru] / ui_mainwindow.ui
index be10d9bf6d9a17b854f63db9dab45f0d9e32b3db..1912efbe7971aad7bf5cea41af30d0539de1fe4d 100644 (file)
          <layout class="QVBoxLayout" name="verticalLayout_2">
           <item>
            <widget class="QPushButton" name="transition_btn1">
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
             <property name="minimumSize">
              <size>
               <width>115</width>
               <height>0</height>
              </size>
             </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>100</height>
+             </size>
+            </property>
             <property name="text">
              <string>Cut</string>
             </property>
           </item>
           <item>
            <widget class="QPushButton" name="transition_btn2">
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
             <property name="minimumSize">
              <size>
               <width>115</width>
               <height>0</height>
              </size>
             </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>100</height>
+             </size>
+            </property>
             <property name="text">
              <string>Fade</string>
             </property>
           </item>
           <item>
            <widget class="QPushButton" name="transition_btn3">
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
             <property name="minimumSize">
              <size>
               <width>115</width>
               <height>0</height>
              </size>
             </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>100</height>
+             </size>
+            </property>
             <property name="text">
              <string>Wipe</string>
             </property>
            <number>60</number>
           </property>
           <property name="value">
-           <number>29</number>
+           <number>26</number>
           </property>
          </widget>
         </item>
         <item row="2" column="0">
          <widget class="QLabel" name="locut_cutoff_display">
           <property name="text">
-           <string>150 Hz</string>
+           <string>120 Hz</string>
           </property>
           <property name="alignment">
            <set>Qt::AlignCenter</set>
           </property>
          </widget>
         </item>
-        <item row="3" column="2">
+        <item row="3" column="3">
          <widget class="QCheckBox" name="limiter_enabled">
           <property name="text">
            <string>Enabled</string>
           </property>
          </widget>
         </item>
-        <item row="1" column="2">
+        <item row="1" column="3">
          <widget class="QDial" name="limiter_threshold_knob">
           <property name="minimumSize">
            <size>
           </property>
          </widget>
         </item>
-        <item row="0" column="2">
+        <item row="0" column="3">
          <widget class="QLabel" name="limiter_threshold_label">
           <property name="text">
            <string>Limiter threshold</string>
           </property>
          </widget>
         </item>
-        <item row="2" column="2">
+        <item row="2" column="3">
          <widget class="QLabel" name="limiter_threshold_db_display">
           <property name="text">
            <string>-14.0 dB</string>
           </property>
          </widget>
         </item>
-        <item row="1" column="3">
+        <item row="1" column="2">
          <widget class="QDial" name="compressor_threshold_knob">
           <property name="minimumSize">
            <size>
           </property>
          </widget>
         </item>
-        <item row="0" column="3">
+        <item row="0" column="2">
          <widget class="QLabel" name="compressor_threshold_label">
           <property name="text">
            <string>Compr. threshold</string>
           </property>
          </widget>
         </item>
-        <item row="2" column="3">
+        <item row="2" column="2">
          <widget class="QLabel" name="compressor_threshold_db_display">
           <property name="text">
            <string>-26.0 dB</string>
           </property>
          </widget>
         </item>
-        <item row="3" column="3">
+        <item row="3" column="2">
          <widget class="QCheckBox" name="compressor_enabled">
           <property name="text">
            <string>Enabled</string>
     <property name="title">
      <string>Video</string>
     </property>
+    <addaction name="cut_action"/>
     <addaction name="exit_action"/>
    </widget>
    <addaction name="menuWhat"/>
     <string>Exit</string>
    </property>
   </action>
+  <action name="cut_action">
+   <property name="text">
+    <string>Begin new video segment</string>
+   </property>
+  </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <customwidgets>