Warning, /multimedia/amarok/src/dialogs/EqualizerDialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>EqualizerDialog</class>
0004  <widget class="QWidget" name="EqualizerDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>499</width>
0010     <height>314</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_5">
0014    <item row="0" column="0">
0015     <widget class="QWidget" name="EqualizerWidget" native="true">
0016      <layout class="QVBoxLayout" name="verticalLayout_3">
0017       <item>
0018        <layout class="QVBoxLayout" name="verticalLayout">
0019         <item>
0020          <widget class="QCheckBox" name="activeCheckBox">
0021           <property name="text">
0022            <string>Active</string>
0023           </property>
0024          </widget>
0025         </item>
0026         <item>
0027          <widget class="QGroupBox" name="eqPresetsGroupBox">
0028           <property name="title">
0029            <string>Presets</string>
0030           </property>
0031           <layout class="QHBoxLayout" name="horizontalLayout_3">
0032            <item>
0033             <widget class="QComboBox" name="eqPresets">
0034              <property name="sizePolicy">
0035               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0036                <horstretch>0</horstretch>
0037                <verstretch>0</verstretch>
0038               </sizepolicy>
0039              </property>
0040              <property name="toolTip">
0041               <string>List of available equalizer presets.</string>
0042              </property>
0043              <property name="editable">
0044               <bool>true</bool>
0045              </property>
0046             </widget>
0047            </item>
0048            <item>
0049             <widget class="QPushButton" name="eqPresetSaveBtn">
0050              <property name="sizePolicy">
0051               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0052                <horstretch>0</horstretch>
0053                <verstretch>0</verstretch>
0054               </sizepolicy>
0055              </property>
0056              <property name="toolTip">
0057               <string>Save changes of currently selected preset</string>
0058              </property>
0059              <property name="text">
0060               <string>Save</string>
0061              </property>
0062             </widget>
0063            </item>
0064            <item>
0065             <widget class="QPushButton" name="eqPresetDeleteBtn">
0066              <property name="sizePolicy">
0067               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0068                <horstretch>0</horstretch>
0069                <verstretch>0</verstretch>
0070               </sizepolicy>
0071              </property>
0072              <property name="toolTip">
0073               <string>Delete currently selected preset. Not available for built-in presets.</string>
0074              </property>
0075              <property name="text">
0076               <string>Delete</string>
0077              </property>
0078             </widget>
0079            </item>
0080            <item>
0081             <widget class="QPushButton" name="eqPresetResetBtn">
0082              <property name="sizePolicy">
0083               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0084                <horstretch>0</horstretch>
0085                <verstretch>0</verstretch>
0086               </sizepolicy>
0087              </property>
0088              <property name="toolTip">
0089               <string>Reset selected preset setting to default or to the last saved change.</string>
0090              </property>
0091              <property name="text">
0092               <string>Reset to Default</string>
0093              </property>
0094             </widget>
0095            </item>
0096           </layout>
0097          </widget>
0098         </item>
0099         <item>
0100          <widget class="QGroupBox" name="eqBandsGroupBox">
0101           <property name="title">
0102            <string>Bands</string>
0103           </property>
0104           <layout class="QHBoxLayout" name="horizontalLayout_2">
0105            <item>
0106             <layout class="QHBoxLayout" name="horizontalLayout">
0107              <item>
0108               <layout class="QGridLayout" name="gridLayout">
0109                <item row="0" column="0">
0110                 <widget class="QLabel" name="eqMaxEq">
0111                  <property name="text">
0112                   <string>+dB</string>
0113                  </property>
0114                  <property name="alignment">
0115                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0116                  </property>
0117                 </widget>
0118                </item>
0119                <item row="0" column="1">
0120                 <widget class="QLabel" name="eqPreampValue">
0121                  <property name="text">
0122                   <string>0</string>
0123                  </property>
0124                  <property name="alignment">
0125                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0126                  </property>
0127                 </widget>
0128                </item>
0129                <item row="0" column="2">
0130                 <widget class="QLabel" name="eqBand0Value">
0131                  <property name="text">
0132                   <string>0</string>
0133                  </property>
0134                  <property name="alignment">
0135                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0136                  </property>
0137                 </widget>
0138                </item>
0139                <item row="0" column="3">
0140                 <widget class="QLabel" name="eqBand1Value">
0141                  <property name="text">
0142                   <string>0</string>
0143                  </property>
0144                  <property name="alignment">
0145                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0146                  </property>
0147                 </widget>
0148                </item>
0149                <item row="0" column="4">
0150                 <widget class="QLabel" name="eqBand2Value">
0151                  <property name="text">
0152                   <string>0</string>
0153                  </property>
0154                  <property name="alignment">
0155                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0156                  </property>
0157                 </widget>
0158                </item>
0159                <item row="0" column="5">
0160                 <widget class="QLabel" name="eqBand3Value">
0161                  <property name="text">
0162                   <string>0</string>
0163                  </property>
0164                  <property name="alignment">
0165                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0166                  </property>
0167                 </widget>
0168                </item>
0169                <item row="0" column="6">
0170                 <widget class="QLabel" name="eqBand4Value">
0171                  <property name="text">
0172                   <string>0</string>
0173                  </property>
0174                  <property name="alignment">
0175                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0176                  </property>
0177                 </widget>
0178                </item>
0179                <item row="0" column="7">
0180                 <widget class="QLabel" name="eqBand5Value">
0181                  <property name="text">
0182                   <string>0</string>
0183                  </property>
0184                  <property name="alignment">
0185                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0186                  </property>
0187                 </widget>
0188                </item>
0189                <item row="0" column="8">
0190                 <widget class="QLabel" name="eqBand6Value">
0191                  <property name="text">
0192                   <string>0</string>
0193                  </property>
0194                  <property name="alignment">
0195                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0196                  </property>
0197                 </widget>
0198                </item>
0199                <item row="0" column="9">
0200                 <widget class="QLabel" name="eqBand7Value">
0201                  <property name="text">
0202                   <string>0</string>
0203                  </property>
0204                  <property name="alignment">
0205                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0206                  </property>
0207                 </widget>
0208                </item>
0209                <item row="0" column="10">
0210                 <widget class="QLabel" name="eqBand8Value">
0211                  <property name="text">
0212                   <string>0</string>
0213                  </property>
0214                  <property name="alignment">
0215                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0216                  </property>
0217                 </widget>
0218                </item>
0219                <item row="0" column="11">
0220                 <widget class="QLabel" name="eqBand9Value">
0221                  <property name="text">
0222                   <string>0</string>
0223                  </property>
0224                  <property name="alignment">
0225                   <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0226                  </property>
0227                 </widget>
0228                </item>
0229                <item row="1" column="0">
0230                 <layout class="QVBoxLayout" name="verticalLayout_2">
0231                  <item>
0232                   <spacer name="verticalSpacer_3">
0233                    <property name="orientation">
0234                     <enum>Qt::Vertical</enum>
0235                    </property>
0236                    <property name="sizeType">
0237                     <enum>QSizePolicy::MinimumExpanding</enum>
0238                    </property>
0239                    <property name="sizeHint" stdset="0">
0240                     <size>
0241                      <width>20</width>
0242                      <height>20</height>
0243                     </size>
0244                    </property>
0245                   </spacer>
0246                  </item>
0247                  <item>
0248                   <widget class="QLabel" name="eqZero">
0249                    <property name="text">
0250                     <string>0dB</string>
0251                    </property>
0252                    <property name="alignment">
0253                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0254                    </property>
0255                   </widget>
0256                  </item>
0257                  <item>
0258                   <spacer name="verticalSpacer_4">
0259                    <property name="orientation">
0260                     <enum>Qt::Vertical</enum>
0261                    </property>
0262                    <property name="sizeType">
0263                     <enum>QSizePolicy::MinimumExpanding</enum>
0264                    </property>
0265                    <property name="sizeHint" stdset="0">
0266                     <size>
0267                      <width>20</width>
0268                      <height>20</height>
0269                     </size>
0270                    </property>
0271                   </spacer>
0272                  </item>
0273                 </layout>
0274                </item>
0275                <item row="1" column="1">
0276                 <widget class="QSlider" name="eqPreampSlider">
0277                  <property name="sizePolicy">
0278                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0279                    <horstretch>0</horstretch>
0280                    <verstretch>0</verstretch>
0281                   </sizepolicy>
0282                  </property>
0283                  <property name="layoutDirection">
0284                   <enum>Qt::LeftToRight</enum>
0285                  </property>
0286                  <property name="minimum">
0287                   <number>-100</number>
0288                  </property>
0289                  <property name="maximum">
0290                   <number>100</number>
0291                  </property>
0292                  <property name="sliderPosition">
0293                   <number>0</number>
0294                  </property>
0295                  <property name="orientation">
0296                   <enum>Qt::Vertical</enum>
0297                  </property>
0298                  <property name="tickPosition">
0299                   <enum>QSlider::TicksAbove</enum>
0300                  </property>
0301                  <property name="tickInterval">
0302                   <number>20</number>
0303                  </property>
0304                 </widget>
0305                </item>
0306                <item row="1" column="2">
0307                 <widget class="QSlider" name="eqBand0Slider">
0308                  <property name="sizePolicy">
0309                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0310                    <horstretch>0</horstretch>
0311                    <verstretch>0</verstretch>
0312                   </sizepolicy>
0313                  </property>
0314                  <property name="minimum">
0315                   <number>-100</number>
0316                  </property>
0317                  <property name="maximum">
0318                   <number>100</number>
0319                  </property>
0320                  <property name="orientation">
0321                   <enum>Qt::Vertical</enum>
0322                  </property>
0323                  <property name="tickPosition">
0324                   <enum>QSlider::TicksAbove</enum>
0325                  </property>
0326                  <property name="tickInterval">
0327                   <number>20</number>
0328                  </property>
0329                 </widget>
0330                </item>
0331                <item row="1" column="3">
0332                 <widget class="QSlider" name="eqBand1Slider">
0333                  <property name="sizePolicy">
0334                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0335                    <horstretch>0</horstretch>
0336                    <verstretch>0</verstretch>
0337                   </sizepolicy>
0338                  </property>
0339                  <property name="minimum">
0340                   <number>-100</number>
0341                  </property>
0342                  <property name="maximum">
0343                   <number>100</number>
0344                  </property>
0345                  <property name="orientation">
0346                   <enum>Qt::Vertical</enum>
0347                  </property>
0348                  <property name="tickPosition">
0349                   <enum>QSlider::TicksAbove</enum>
0350                  </property>
0351                  <property name="tickInterval">
0352                   <number>20</number>
0353                  </property>
0354                 </widget>
0355                </item>
0356                <item row="1" column="4">
0357                 <widget class="QSlider" name="eqBand2Slider">
0358                  <property name="sizePolicy">
0359                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0360                    <horstretch>0</horstretch>
0361                    <verstretch>0</verstretch>
0362                   </sizepolicy>
0363                  </property>
0364                  <property name="minimum">
0365                   <number>-100</number>
0366                  </property>
0367                  <property name="maximum">
0368                   <number>100</number>
0369                  </property>
0370                  <property name="orientation">
0371                   <enum>Qt::Vertical</enum>
0372                  </property>
0373                  <property name="tickPosition">
0374                   <enum>QSlider::TicksAbove</enum>
0375                  </property>
0376                  <property name="tickInterval">
0377                   <number>20</number>
0378                  </property>
0379                 </widget>
0380                </item>
0381                <item row="1" column="5">
0382                 <widget class="QSlider" name="eqBand3Slider">
0383                  <property name="sizePolicy">
0384                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0385                    <horstretch>0</horstretch>
0386                    <verstretch>0</verstretch>
0387                   </sizepolicy>
0388                  </property>
0389                  <property name="minimum">
0390                   <number>-100</number>
0391                  </property>
0392                  <property name="maximum">
0393                   <number>100</number>
0394                  </property>
0395                  <property name="orientation">
0396                   <enum>Qt::Vertical</enum>
0397                  </property>
0398                  <property name="tickPosition">
0399                   <enum>QSlider::TicksAbove</enum>
0400                  </property>
0401                  <property name="tickInterval">
0402                   <number>20</number>
0403                  </property>
0404                 </widget>
0405                </item>
0406                <item row="1" column="6">
0407                 <widget class="QSlider" name="eqBand4Slider">
0408                  <property name="sizePolicy">
0409                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0410                    <horstretch>0</horstretch>
0411                    <verstretch>0</verstretch>
0412                   </sizepolicy>
0413                  </property>
0414                  <property name="minimum">
0415                   <number>-100</number>
0416                  </property>
0417                  <property name="maximum">
0418                   <number>100</number>
0419                  </property>
0420                  <property name="orientation">
0421                   <enum>Qt::Vertical</enum>
0422                  </property>
0423                  <property name="tickPosition">
0424                   <enum>QSlider::TicksAbove</enum>
0425                  </property>
0426                  <property name="tickInterval">
0427                   <number>20</number>
0428                  </property>
0429                 </widget>
0430                </item>
0431                <item row="1" column="7">
0432                 <widget class="QSlider" name="eqBand5Slider">
0433                  <property name="sizePolicy">
0434                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0435                    <horstretch>0</horstretch>
0436                    <verstretch>0</verstretch>
0437                   </sizepolicy>
0438                  </property>
0439                  <property name="minimum">
0440                   <number>-100</number>
0441                  </property>
0442                  <property name="maximum">
0443                   <number>100</number>
0444                  </property>
0445                  <property name="orientation">
0446                   <enum>Qt::Vertical</enum>
0447                  </property>
0448                  <property name="tickPosition">
0449                   <enum>QSlider::TicksAbove</enum>
0450                  </property>
0451                  <property name="tickInterval">
0452                   <number>20</number>
0453                  </property>
0454                 </widget>
0455                </item>
0456                <item row="1" column="8">
0457                 <widget class="QSlider" name="eqBand6Slider">
0458                  <property name="sizePolicy">
0459                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0460                    <horstretch>0</horstretch>
0461                    <verstretch>0</verstretch>
0462                   </sizepolicy>
0463                  </property>
0464                  <property name="minimum">
0465                   <number>-100</number>
0466                  </property>
0467                  <property name="maximum">
0468                   <number>100</number>
0469                  </property>
0470                  <property name="orientation">
0471                   <enum>Qt::Vertical</enum>
0472                  </property>
0473                  <property name="tickPosition">
0474                   <enum>QSlider::TicksAbove</enum>
0475                  </property>
0476                  <property name="tickInterval">
0477                   <number>20</number>
0478                  </property>
0479                 </widget>
0480                </item>
0481                <item row="1" column="9">
0482                 <widget class="QSlider" name="eqBand7Slider">
0483                  <property name="sizePolicy">
0484                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0485                    <horstretch>0</horstretch>
0486                    <verstretch>0</verstretch>
0487                   </sizepolicy>
0488                  </property>
0489                  <property name="minimum">
0490                   <number>-100</number>
0491                  </property>
0492                  <property name="maximum">
0493                   <number>100</number>
0494                  </property>
0495                  <property name="orientation">
0496                   <enum>Qt::Vertical</enum>
0497                  </property>
0498                  <property name="tickPosition">
0499                   <enum>QSlider::TicksAbove</enum>
0500                  </property>
0501                  <property name="tickInterval">
0502                   <number>20</number>
0503                  </property>
0504                 </widget>
0505                </item>
0506                <item row="1" column="10">
0507                 <widget class="QSlider" name="eqBand8Slider">
0508                  <property name="sizePolicy">
0509                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0510                    <horstretch>0</horstretch>
0511                    <verstretch>0</verstretch>
0512                   </sizepolicy>
0513                  </property>
0514                  <property name="minimum">
0515                   <number>-100</number>
0516                  </property>
0517                  <property name="maximum">
0518                   <number>100</number>
0519                  </property>
0520                  <property name="orientation">
0521                   <enum>Qt::Vertical</enum>
0522                  </property>
0523                  <property name="tickPosition">
0524                   <enum>QSlider::TicksAbove</enum>
0525                  </property>
0526                  <property name="tickInterval">
0527                   <number>20</number>
0528                  </property>
0529                 </widget>
0530                </item>
0531                <item row="1" column="11">
0532                 <widget class="QSlider" name="eqBand9Slider">
0533                  <property name="sizePolicy">
0534                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0535                    <horstretch>0</horstretch>
0536                    <verstretch>0</verstretch>
0537                   </sizepolicy>
0538                  </property>
0539                  <property name="minimum">
0540                   <number>-100</number>
0541                  </property>
0542                  <property name="maximum">
0543                   <number>100</number>
0544                  </property>
0545                  <property name="orientation">
0546                   <enum>Qt::Vertical</enum>
0547                  </property>
0548                  <property name="tickPosition">
0549                   <enum>QSlider::TicksAbove</enum>
0550                  </property>
0551                  <property name="tickInterval">
0552                   <number>20</number>
0553                  </property>
0554                 </widget>
0555                </item>
0556                <item row="2" column="0">
0557                 <widget class="QLabel" name="eqMinEq">
0558                  <property name="text">
0559                   <string>-dB</string>
0560                  </property>
0561                  <property name="alignment">
0562                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0563                  </property>
0564                 </widget>
0565                </item>
0566                <item row="2" column="1">
0567                 <widget class="QLabel" name="eqPreampLabel">
0568                  <property name="text">
0569                   <string>Preamp</string>
0570                  </property>
0571                  <property name="alignment">
0572                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0573                  </property>
0574                 </widget>
0575                </item>
0576                <item row="2" column="2">
0577                 <widget class="QLabel" name="eqBand0Label">
0578                  <property name="text">
0579                   <string>Hz</string>
0580                  </property>
0581                  <property name="alignment">
0582                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0583                  </property>
0584                 </widget>
0585                </item>
0586                <item row="2" column="3">
0587                 <widget class="QLabel" name="eqBand1Label">
0588                  <property name="text">
0589                   <string>Hz</string>
0590                  </property>
0591                  <property name="alignment">
0592                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0593                  </property>
0594                 </widget>
0595                </item>
0596                <item row="2" column="4">
0597                 <widget class="QLabel" name="eqBand2Label">
0598                  <property name="text">
0599                   <string>Hz</string>
0600                  </property>
0601                  <property name="alignment">
0602                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0603                  </property>
0604                 </widget>
0605                </item>
0606                <item row="2" column="5">
0607                 <widget class="QLabel" name="eqBand3Label">
0608                  <property name="text">
0609                   <string>Hz</string>
0610                  </property>
0611                  <property name="alignment">
0612                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0613                  </property>
0614                 </widget>
0615                </item>
0616                <item row="2" column="6">
0617                 <widget class="QLabel" name="eqBand4Label">
0618                  <property name="text">
0619                   <string>Hz</string>
0620                  </property>
0621                  <property name="alignment">
0622                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0623                  </property>
0624                 </widget>
0625                </item>
0626                <item row="2" column="7">
0627                 <widget class="QLabel" name="eqBand5Label">
0628                  <property name="text">
0629                   <string>Hz</string>
0630                  </property>
0631                  <property name="alignment">
0632                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0633                  </property>
0634                 </widget>
0635                </item>
0636                <item row="2" column="8">
0637                 <widget class="QLabel" name="eqBand6Label">
0638                  <property name="text">
0639                   <string>Hz</string>
0640                  </property>
0641                  <property name="alignment">
0642                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0643                  </property>
0644                 </widget>
0645                </item>
0646                <item row="2" column="9">
0647                 <widget class="QLabel" name="eqBand7Label">
0648                  <property name="text">
0649                   <string>Hz</string>
0650                  </property>
0651                  <property name="alignment">
0652                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0653                  </property>
0654                 </widget>
0655                </item>
0656                <item row="2" column="10">
0657                 <widget class="QLabel" name="eqBand8Label">
0658                  <property name="text">
0659                   <string>Hz</string>
0660                  </property>
0661                  <property name="alignment">
0662                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0663                  </property>
0664                 </widget>
0665                </item>
0666                <item row="2" column="11">
0667                 <widget class="QLabel" name="eqBand9Label">
0668                  <property name="text">
0669                   <string>Hz</string>
0670                  </property>
0671                  <property name="alignment">
0672                   <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0673                  </property>
0674                 </widget>
0675                </item>
0676               </layout>
0677              </item>
0678             </layout>
0679            </item>
0680           </layout>
0681          </widget>
0682         </item>
0683        </layout>
0684       </item>
0685      </layout>
0686     </widget>
0687    </item>
0688    <item row="1" column="0">
0689     <widget class="QDialogButtonBox" name="buttonBox">
0690      <property name="standardButtons">
0691       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0692      </property>
0693     </widget>
0694    </item>
0695   </layout>
0696  </widget>
0697  <resources/>
0698  <connections/>
0699 </ui>