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

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

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

revision 1737 by capela, Wed Nov 21 11:46:40 2007 UTC revision 1738 by capela, Wed May 14 15:24:22 2008 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-2008, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     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
# Line 404  Line 404 
404              <property name="sizeHint" >              <property name="sizeHint" >
405               <size>               <size>
406                <width>20</width>                <width>20</width>
407                <height>80</height>                <height>20</height>
408               </size>               </size>
409              </property>              </property>
410             </spacer>             </spacer>
# Line 489  Line 489 
489              </property>              </property>
490             </widget>             </widget>
491            </item>            </item>
492              <item row="6" column="1" >
493               <spacer>
494                <property name="orientation" >
495                 <enum>Qt::Vertical</enum>
496                </property>
497                <property name="sizeType" >
498                 <enum>QSizePolicy::Expanding</enum>
499                </property>
500                <property name="sizeHint" >
501                 <size>
502                  <width>20</width>
503                  <height>20</height>
504                 </size>
505                </property>
506               </spacer>
507              </item>
508             </layout>
509            </widget>
510           </item>
511           <item>
512            <widget class="QGroupBox" name="LoggingGroupBox" >
513             <property name="font" >
514              <font>
515               <weight>75</weight>
516               <bold>true</bold>
517              </font>
518             </property>
519             <property name="title" >
520              <string>Logging</string>
521             </property>
522             <property name="flat" >
523              <bool>true</bool>
524             </property>
525             <layout class="QGridLayout" >
526              <property name="margin" >
527               <number>8</number>
528              </property>
529              <property name="spacing" >
530               <number>4</number>
531              </property>
532              <item row="0" column="1" colspan="3" >
533               <widget class="QComboBox" name="MessagesLogPathComboBox" >
534                <property name="sizePolicy" >
535                 <sizepolicy>
536                  <hsizetype>7</hsizetype>
537                  <vsizetype>0</vsizetype>
538                  <horstretch>0</horstretch>
539                  <verstretch>0</verstretch>
540                 </sizepolicy>
541                </property>
542                <property name="font" >
543                 <font>
544                  <weight>50</weight>
545                  <bold>false</bold>
546                 </font>
547                </property>
548                <property name="toolTip" >
549                 <string>Messages log file</string>
550                </property>
551                <property name="editable" >
552                 <bool>true</bool>
553                </property>
554               </widget>
555              </item>
556              <item row="0" column="4" >
557               <widget class="QToolButton" name="MessagesLogPathToolButton" >
558                <property name="minimumSize" >
559                 <size>
560                  <width>22</width>
561                  <height>22</height>
562                 </size>
563                </property>
564                <property name="maximumSize" >
565                 <size>
566                  <width>24</width>
567                  <height>24</height>
568                 </size>
569                </property>
570                <property name="font" >
571                 <font>
572                  <weight>50</weight>
573                  <bold>false</bold>
574                 </font>
575                </property>
576                <property name="focusPolicy" >
577                 <enum>Qt::TabFocus</enum>
578                </property>
579                <property name="toolTip" >
580                 <string>Browse for the messages log file location</string>
581                </property>
582                <property name="text" >
583                 <string>...</string>
584                </property>
585               </widget>
586              </item>
587              <item row="0" column="0" >
588               <widget class="QCheckBox" name="MessagesLogCheckBox" >
589                <property name="font" >
590                 <font>
591                  <weight>50</weight>
592                  <bold>false</bold>
593                 </font>
594                </property>
595                <property name="toolTip" >
596                 <string>Whether to activate a messages logging to file.</string>
597                </property>
598                <property name="text" >
599                 <string>&amp;Messages log file:</string>
600                </property>
601                <property name="shortcut" >
602                 <string>Alt+M</string>
603                </property>
604               </widget>
605              </item>
606           </layout>           </layout>
607          </widget>          </widget>
608         </item>         </item>
# Line 1124  Line 1238 
1238    <tabstop>ServerStartCheckBox</tabstop>    <tabstop>ServerStartCheckBox</tabstop>
1239    <tabstop>ServerCmdLineComboBox</tabstop>    <tabstop>ServerCmdLineComboBox</tabstop>
1240    <tabstop>StartDelaySpinBox</tabstop>    <tabstop>StartDelaySpinBox</tabstop>
1241      <tabstop>MessagesLogCheckBox</tabstop>
1242      <tabstop>MessagesLogPathComboBox</tabstop>
1243      <tabstop>MessagesLogPathToolButton</tabstop>
1244    <tabstop>DisplayFontPushButton</tabstop>    <tabstop>DisplayFontPushButton</tabstop>
1245    <tabstop>DisplayEffectCheckBox</tabstop>    <tabstop>DisplayEffectCheckBox</tabstop>
1246    <tabstop>AutoRefreshCheckBox</tabstop>    <tabstop>AutoRefreshCheckBox</tabstop>

Legend:
Removed from v.1737  
changed lines
  Added in v.1738

  ViewVC Help
Powered by ViewVC