/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC revision 1519 by capela, Sat Nov 24 13:06:19 2007 UTC
# Line 26  Line 26 
26     <rect>     <rect>
27      <x>0</x>      <x>0</x>
28      <y>0</y>      <y>0</y>
29      <width>450</width>      <width>460</width>
30      <height>484</height>      <height>320</height>
31     </rect>     </rect>
32    </property>    </property>
33    <property name="sizePolicy" >    <property name="sizePolicy" >
# Line 303  Line 303 
303           <string>&amp;Device:</string>           <string>&amp;Device:</string>
304          </property>          </property>
305          <property name="alignment" >          <property name="alignment" >
306           <set>Qt::AlignVCenter</set>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
307          </property>          </property>
308          <property name="wordWrap" >          <property name="wordWrap" >
309           <bool>false</bool>           <bool>false</bool>
# Line 360  Line 360 
360           <string>&amp;Type:</string>           <string>&amp;Type:</string>
361          </property>          </property>
362          <property name="alignment" >          <property name="alignment" >
363           <set>Qt::AlignVCenter</set>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
364          </property>          </property>
365          <property name="wordWrap" >          <property name="wordWrap" >
366           <bool>false</bool>           <bool>false</bool>
# Line 629  Line 629 
629          <item row="1" column="0" >          <item row="1" column="0" >
630           <widget class="QLabel" name="AudioDeviceTextLabel" >           <widget class="QLabel" name="AudioDeviceTextLabel" >
631            <property name="text" >            <property name="text" >
632             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">             <string>&amp;Device:</string>
 p, li { white-space: pre-wrap; }  
 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">  
 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" text-decoration: underline;">D&lt;/span>evice:&lt;/p>&lt;/body>&lt;/html></string>  
633            </property>            </property>
634            <property name="alignment" >            <property name="alignment" >
635             <set>Qt::AlignVCenter</set>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
636            </property>            </property>
637            <property name="wordWrap" >            <property name="wordWrap" >
638             <bool>false</bool>             <bool>false</bool>
639            </property>            </property>
640              <property name="buddy" >
641               <cstring>AudioDeviceComboBox</cstring>
642              </property>
643           </widget>           </widget>
644          </item>          </item>
645          <item row="0" column="1" >          <item row="0" column="1" >
# Line 686  p, li { white-space: pre-wrap; } Line 686  p, li { white-space: pre-wrap; }
686          <item row="0" column="0" >          <item row="0" column="0" >
687           <widget class="QLabel" name="AudioDriverTextLabel" >           <widget class="QLabel" name="AudioDriverTextLabel" >
688            <property name="text" >            <property name="text" >
689             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">             <string>&amp;Type:</string>
 p, li { white-space: pre-wrap; }  
 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">  
 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" text-decoration: underline;">T&lt;/span>ype:&lt;/p>&lt;/body>&lt;/html></string>  
690            </property>            </property>
691            <property name="alignment" >            <property name="alignment" >
692             <set>Qt::AlignVCenter</set>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
693            </property>            </property>
694            <property name="wordWrap" >            <property name="wordWrap" >
695             <bool>false</bool>             <bool>false</bool>
696            </property>            </property>
697              <property name="buddy" >
698               <cstring>AudioDriverComboBox</cstring>
699              </property>
700           </widget>           </widget>
701          </item>          </item>
702         </layout>         </layout>
703        </item>        </item>
704        <item>        <item>
705         <widget class="QTableView" name="AudioRoutingTable" />         <widget class="QTableView" name="AudioRoutingTable" >
706            <property name="sizePolicy" >
707             <sizepolicy>
708              <hsizetype>7</hsizetype>
709              <vsizetype>7</vsizetype>
710              <horstretch>0</horstretch>
711              <verstretch>0</verstretch>
712             </sizepolicy>
713            </property>
714            <property name="toolTip" >
715             <string>Audio routing table</string>
716            </property>
717            <property name="minimumSize" >
718             <size>
719              <width>320</width>
720              <height>80</height>
721             </size>
722            </property>
723           </widget>
724        </item>        </item>
725       </layout>       </layout>
726      </widget>      </widget>

Legend:
Removed from v.1473  
changed lines
  Added in v.1519

  ViewVC Help
Powered by ViewVC