/[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 1463 by capela, Thu Nov 1 13:01:27 2007 UTC revision 2978 by capela, Mon Aug 15 19:10:16 2016 UTC
# Line 2  Line 2 
2   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
3   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2005-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2016, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 25  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>
   <property name="sizePolicy" >  
    <sizepolicy>  
     <hsizetype>7</hsizetype>  
     <vsizetype>1</vsizetype>  
     <horstretch>0</horstretch>  
     <verstretch>0</verstretch>  
    </sizepolicy>  
   </property>  
33    <property name="focusPolicy" >    <property name="focusPolicy" >
34     <enum>Qt::StrongFocus</enum>     <enum>Qt::StrongFocus</enum>
35    </property>    </property>
# Line 44  Line 37 
37     <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
38    </property>    </property>
39    <property name="windowIcon" >    <property name="windowIcon" >
40     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>     <iconset resource="qsampler.qrc" >:/images/qsamplerChannel.png</iconset>
41    </property>    </property>
42    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
43     <property name="margin" >     <property name="margin" >
44      <number>9</number>      <number>8</number>
45     </property>     </property>
46     <property name="spacing" >     <property name="spacing" >
47      <number>6</number>      <number>4</number>
48     </property>     </property>
49     <item>     <item>
50      <layout class="QGridLayout" >      <layout class="QGridLayout" >
      <property name="margin" >  
       <number>0</number>  
      </property>  
      <property name="spacing" >  
       <number>6</number>  
      </property>  
51       <item row="1" column="2" >       <item row="1" column="2" >
52        <widget class="QToolButton" name="InstrumentFileToolButton" >        <widget class="QToolButton" name="InstrumentFileToolButton" >
53         <property name="sizePolicy" >         <property name="sizePolicy" >
# Line 93  Line 80 
80          <string/>          <string/>
81         </property>         </property>
82         <property name="icon" >         <property name="icon" >
83          <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>          <iconset resource="qsampler.qrc" >:/images/fileOpen.png</iconset>
84         </property>         </property>
85        </widget>        </widget>
86       </item>       </item>
# Line 134  Line 121 
121         </property>         </property>
122        </widget>        </widget>
123       </item>       </item>
124       <item row="0" column="1" colspan="2" >       <item row="0" column="1" colspan="1" >
125        <widget class="QComboBox" name="EngineNameComboBox" >        <widget class="QComboBox" name="EngineNameComboBox" >
126         <property name="sizePolicy" >         <property name="sizePolicy" >
127          <sizepolicy>          <sizepolicy>
# Line 274  Line 261 
261             <string/>             <string/>
262            </property>            </property>
263            <property name="icon" >            <property name="icon" >
264             <iconset resource="../icons/qsampler.qrc" >:/icons/midi1.png</iconset>             <iconset resource="qsampler.qrc" >:/images/midi1.png</iconset>
265            </property>            </property>
266           </widget>           </widget>
267          </item>          </item>
# Line 302  Line 289 
289           <string>&amp;Device:</string>           <string>&amp;Device:</string>
290          </property>          </property>
291          <property name="alignment" >          <property name="alignment" >
292           <set>Qt::AlignVCenter</set>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
293          </property>          </property>
294          <property name="wordWrap" >          <property name="wordWrap" >
295           <bool>false</bool>           <bool>false</bool>
# Line 359  Line 346 
346           <string>&amp;Type:</string>           <string>&amp;Type:</string>
347          </property>          </property>
348          <property name="alignment" >          <property name="alignment" >
349           <set>Qt::AlignVCenter</set>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
350          </property>          </property>
351          <property name="wordWrap" >          <property name="wordWrap" >
352           <bool>false</bool>           <bool>false</bool>
# Line 619  Line 606 
606               <string/>               <string/>
607              </property>              </property>
608              <property name="icon" >              <property name="icon" >
609               <iconset resource="../icons/qsampler.qrc" >:/icons/audio1.png</iconset>               <iconset resource="qsampler.qrc" >:/images/audio1.png</iconset>
610              </property>              </property>
611             </widget>             </widget>
612            </item>            </item>
# Line 628  Line 615 
615          <item row="1" column="0" >          <item row="1" column="0" >
616           <widget class="QLabel" name="AudioDeviceTextLabel" >           <widget class="QLabel" name="AudioDeviceTextLabel" >
617            <property name="text" >            <property name="text" >
618             <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>  
619            </property>            </property>
620            <property name="alignment" >            <property name="alignment" >
621             <set>Qt::AlignVCenter</set>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
622            </property>            </property>
623            <property name="wordWrap" >            <property name="wordWrap" >
624             <bool>false</bool>             <bool>false</bool>
625            </property>            </property>
626              <property name="buddy" >
627               <cstring>AudioDeviceComboBox</cstring>
628              </property>
629           </widget>           </widget>
630          </item>          </item>
631          <item row="0" column="1" >          <item row="0" column="1" >
# Line 685  p, li { white-space: pre-wrap; } Line 672  p, li { white-space: pre-wrap; }
672          <item row="0" column="0" >          <item row="0" column="0" >
673           <widget class="QLabel" name="AudioDriverTextLabel" >           <widget class="QLabel" name="AudioDriverTextLabel" >
674            <property name="text" >            <property name="text" >
675             <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>  
676            </property>            </property>
677            <property name="alignment" >            <property name="alignment" >
678             <set>Qt::AlignVCenter</set>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
679            </property>            </property>
680            <property name="wordWrap" >            <property name="wordWrap" >
681             <bool>false</bool>             <bool>false</bool>
682            </property>            </property>
683              <property name="buddy" >
684               <cstring>AudioDriverComboBox</cstring>
685              </property>
686           </widget>           </widget>
687          </item>          </item>
688         </layout>         </layout>
689        </item>        </item>
690        <item>        <item>
691         <widget class="QTableView" name="AudioRoutingTable" />         <widget class="QTableView" name="AudioRoutingTable" >
692            <property name="sizePolicy" >
693             <sizepolicy>
694              <hsizetype>7</hsizetype>
695              <vsizetype>7</vsizetype>
696              <horstretch>0</horstretch>
697              <verstretch>0</verstretch>
698             </sizepolicy>
699            </property>
700            <property name="toolTip" >
701             <string>Audio routing table</string>
702            </property>
703            <property name="minimumSize" >
704             <size>
705              <width>320</width>
706              <height>80</height>
707             </size>
708            </property>
709           </widget>
710        </item>        </item>
711       </layout>       </layout>
712      </widget>      </widget>
713     </item>     </item>
714     <item>     <item>
715      <layout class="QHBoxLayout" >      <widget class="QDialogButtonBox" name="DialogButtonBox">
716       <property name="margin" >       <property name="orientation">
717        <number>0</number>        <enum>Qt::Horizontal</enum>
718       </property>       </property>
719       <property name="spacing" >       <property name="standardButtons">
720        <number>4</number>        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
721       </property>       </property>
722       <item>      </widget>
       <spacer>  
        <property name="orientation" >  
         <enum>Qt::Horizontal</enum>  
        </property>  
        <property name="sizeType" >  
         <enum>QSizePolicy::Expanding</enum>  
        </property>  
        <property name="sizeHint" >  
         <size>  
          <width>8</width>  
          <height>8</height>  
         </size>  
        </property>  
       </spacer>  
      </item>  
      <item>  
       <widget class="QPushButton" name="OkPushButton" >  
        <property name="text" >  
         <string>OK</string>  
        </property>  
        <property name="icon" >  
         <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>  
        </property>  
       </widget>  
      </item>  
      <item>  
       <widget class="QPushButton" name="CancelPushButton" >  
        <property name="text" >  
         <string>Cancel</string>  
        </property>  
        <property name="icon" >  
         <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>  
        </property>  
       </widget>  
      </item>  
     </layout>  
723     </item>     </item>
724    </layout>    </layout>
725   </widget>   </widget>
726   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="8" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
727   <tabstops>   <tabstops>
728    <tabstop>EngineNameComboBox</tabstop>    <tabstop>EngineNameComboBox</tabstop>
729    <tabstop>InstrumentFileComboBox</tabstop>    <tabstop>InstrumentFileComboBox</tabstop>
730    <tabstop>InstrumentFileToolButton</tabstop>    <tabstop>InstrumentFileToolButton</tabstop>
731    <tabstop>InstrumentNrComboBox</tabstop>    <tabstop>InstrumentNrComboBox</tabstop>
732    <tabstop>OkPushButton</tabstop>    <tabstop>DialogButtonBox</tabstop>
   <tabstop>CancelPushButton</tabstop>  
733   </tabstops>   </tabstops>
734   <resources>   <resources>
735    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
736   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>EngineNameComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentFileComboBox</sender>  
    <signal>activated(QString)</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>updateInstrumentName()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentFileToolButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>openInstrumentFile()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentNrComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>OkPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>accept()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>CancelPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>reject()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
737  </ui>  </ui>

Legend:
Removed from v.1463  
changed lines
  Added in v.2978

  ViewVC Help
Powered by ViewVC