exportxhtmldialog.ui
author insilmaril
Tue, 02 Mar 2010 13:59:19 +0000
changeset 825 1ad892c1a709
parent 824 36eb4b8f409e
permissions -rw-r--r--
Added file for later dockwidget showing all search results at once
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <ui version="4.0">
     3  <class>ExportXHTMLDialog</class>
     4  <widget class="QDialog" name="ExportXHTMLDialog">
     5   <property name="geometry">
     6    <rect>
     7     <x>0</x>
     8     <y>0</y>
     9     <width>588</width>
    10     <height>523</height>
    11    </rect>
    12   </property>
    13   <property name="minimumSize">
    14    <size>
    15     <width>0</width>
    16     <height>130</height>
    17    </size>
    18   </property>
    19   <property name="windowTitle">
    20    <string>Export XHTML</string>
    21   </property>
    22   <layout class="QVBoxLayout">
    23    <item>
    24     <layout class="QHBoxLayout">
    25      <property name="spacing">
    26       <number>6</number>
    27      </property>
    28      <property name="margin">
    29       <number>0</number>
    30      </property>
    31      <item>
    32       <widget class="QLabel" name="textLabel1">
    33        <property name="sizePolicy">
    34         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    35          <horstretch>0</horstretch>
    36          <verstretch>0</verstretch>
    37         </sizepolicy>
    38        </property>
    39        <property name="text">
    40         <string>Export to directory:</string>
    41        </property>
    42       </widget>
    43      </item>
    44      <item>
    45       <widget class="QLineEdit" name="lineEditDir">
    46        <property name="sizePolicy">
    47         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
    48          <horstretch>0</horstretch>
    49          <verstretch>0</verstretch>
    50         </sizepolicy>
    51        </property>
    52       </widget>
    53      </item>
    54      <item>
    55       <widget class="QPushButton" name="browseExportDirButton">
    56        <property name="sizePolicy">
    57         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    58          <horstretch>0</horstretch>
    59          <verstretch>0</verstretch>
    60         </sizepolicy>
    61        </property>
    62        <property name="text">
    63         <string>Browse</string>
    64        </property>
    65       </widget>
    66      </item>
    67     </layout>
    68    </item>
    69    <item>
    70     <widget class="Q3ButtonGroup" name="buttonGroup2">
    71      <property name="sizePolicy">
    72       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    73        <horstretch>0</horstretch>
    74        <verstretch>0</verstretch>
    75       </sizepolicy>
    76      </property>
    77      <property name="minimumSize">
    78       <size>
    79        <width>0</width>
    80        <height>160</height>
    81       </size>
    82      </property>
    83      <property name="title">
    84       <string>Options</string>
    85      </property>
    86      <property name="orientation">
    87       <enum>Qt::Vertical</enum>
    88      </property>
    89      <widget class="QWidget" name="layoutWidget">
    90       <property name="geometry">
    91        <rect>
    92         <x>20</x>
    93         <y>30</y>
    94         <width>511</width>
    95         <height>104</height>
    96        </rect>
    97       </property>
    98       <layout class="QVBoxLayout">
    99        <property name="spacing">
   100         <number>6</number>
   101        </property>
   102        <property name="margin">
   103         <number>0</number>
   104        </property>
   105        <item>
   106         <widget class="QCheckBox" name="imageButton">
   107          <property name="text">
   108           <string>Include image</string>
   109          </property>
   110         </widget>
   111        </item>
   112        <item>
   113         <widget class="QCheckBox" name="textColorButton">
   114          <property name="text">
   115           <string>Colored headings in text</string>
   116          </property>
   117         </widget>
   118        </item>
   119        <item>
   120         <widget class="QCheckBox" name="saveSettingsInMapButton">
   121          <property name="text">
   122           <string>Save settings in map</string>
   123          </property>
   124         </widget>
   125        </item>
   126        <item>
   127         <widget class="QCheckBox" name="warningsButton">
   128          <property name="text">
   129           <string>show warnings of xslt processor</string>
   130          </property>
   131         </widget>
   132        </item>
   133        <item>
   134         <widget class="QCheckBox" name="outputButton">
   135          <property name="sizePolicy">
   136           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
   137            <horstretch>0</horstretch>
   138            <verstretch>0</verstretch>
   139           </sizepolicy>
   140          </property>
   141          <property name="text">
   142           <string>show output of external scripts</string>
   143          </property>
   144          <attribute name="buttonGroup">
   145           <string/>
   146          </attribute>
   147         </widget>
   148        </item>
   149       </layout>
   150      </widget>
   151     </widget>
   152    </item>
   153    <item>
   154     <widget class="Q3GroupBox" name="groupBox2">
   155      <property name="title">
   156       <string>Stylesheets</string>
   157      </property>
   158      <property name="orientation">
   159       <enum>Qt::Vertical</enum>
   160      </property>
   161      <layout class="QGridLayout">
   162       <property name="margin">
   163        <number>11</number>
   164       </property>
   165       <property name="spacing">
   166        <number>6</number>
   167       </property>
   168       <item row="1" column="0">
   169        <layout class="QHBoxLayout">
   170         <property name="spacing">
   171          <number>6</number>
   172         </property>
   173         <property name="margin">
   174          <number>0</number>
   175         </property>
   176         <item>
   177          <widget class="QLabel" name="textLabel2">
   178           <property name="sizePolicy">
   179            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   180             <horstretch>0</horstretch>
   181             <verstretch>0</verstretch>
   182            </sizepolicy>
   183           </property>
   184           <property name="minimumSize">
   185            <size>
   186             <width>125</width>
   187             <height>0</height>
   188            </size>
   189           </property>
   190           <property name="text">
   191            <string>XSL:</string>
   192           </property>
   193           <property name="alignment">
   194            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   195           </property>
   196          </widget>
   197         </item>
   198         <item>
   199          <widget class="QLineEdit" name="lineEditXSL"/>
   200         </item>
   201         <item>
   202          <widget class="QPushButton" name="browseXSLButton">
   203           <property name="sizePolicy">
   204            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   205             <horstretch>0</horstretch>
   206             <verstretch>0</verstretch>
   207            </sizepolicy>
   208           </property>
   209           <property name="text">
   210            <string>Browse</string>
   211           </property>
   212          </widget>
   213         </item>
   214        </layout>
   215       </item>
   216       <item row="0" column="0">
   217        <layout class="QHBoxLayout">
   218         <property name="spacing">
   219          <number>6</number>
   220         </property>
   221         <property name="margin">
   222          <number>0</number>
   223         </property>
   224         <item>
   225          <widget class="QLabel" name="textLabel1_2">
   226           <property name="sizePolicy">
   227            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   228             <horstretch>0</horstretch>
   229             <verstretch>0</verstretch>
   230            </sizepolicy>
   231           </property>
   232           <property name="minimumSize">
   233            <size>
   234             <width>125</width>
   235             <height>0</height>
   236            </size>
   237           </property>
   238           <property name="text">
   239            <string>CSS:</string>
   240           </property>
   241           <property name="alignment">
   242            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   243           </property>
   244          </widget>
   245         </item>
   246         <item>
   247          <widget class="QLineEdit" name="lineEditCSS"/>
   248         </item>
   249         <item>
   250          <widget class="QPushButton" name="browseCSSButton">
   251           <property name="sizePolicy">
   252            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   253             <horstretch>0</horstretch>
   254             <verstretch>0</verstretch>
   255            </sizepolicy>
   256           </property>
   257           <property name="text">
   258            <string>Browse</string>
   259           </property>
   260          </widget>
   261         </item>
   262        </layout>
   263       </item>
   264      </layout>
   265     </widget>
   266    </item>
   267    <item>
   268     <widget class="Q3GroupBox" name="groupBox1">
   269      <property name="title">
   270       <string>Scripts</string>
   271      </property>
   272      <property name="orientation">
   273       <enum>Qt::Vertical</enum>
   274      </property>
   275      <layout class="QGridLayout">
   276       <property name="margin">
   277        <number>11</number>
   278       </property>
   279       <property name="spacing">
   280        <number>6</number>
   281       </property>
   282       <item row="0" column="0">
   283        <layout class="QHBoxLayout">
   284         <property name="spacing">
   285          <number>6</number>
   286         </property>
   287         <property name="margin">
   288          <number>0</number>
   289         </property>
   290         <item>
   291          <widget class="QLabel" name="textLabel1_3">
   292           <property name="sizePolicy">
   293            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   294             <horstretch>0</horstretch>
   295             <verstretch>0</verstretch>
   296            </sizepolicy>
   297           </property>
   298           <property name="minimumSize">
   299            <size>
   300             <width>125</width>
   301             <height>0</height>
   302            </size>
   303           </property>
   304           <property name="text">
   305            <string>Before export:</string>
   306           </property>
   307           <property name="alignment">
   308            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   309           </property>
   310          </widget>
   311         </item>
   312         <item>
   313          <widget class="QLineEdit" name="lineEditPreScript"/>
   314         </item>
   315         <item>
   316          <widget class="QPushButton" name="browsePreExportButton">
   317           <property name="sizePolicy">
   318            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   319             <horstretch>0</horstretch>
   320             <verstretch>0</verstretch>
   321            </sizepolicy>
   322           </property>
   323           <property name="text">
   324            <string>Browse</string>
   325           </property>
   326          </widget>
   327         </item>
   328        </layout>
   329       </item>
   330       <item row="1" column="0">
   331        <layout class="QHBoxLayout">
   332         <property name="spacing">
   333          <number>6</number>
   334         </property>
   335         <property name="margin">
   336          <number>0</number>
   337         </property>
   338         <item>
   339          <widget class="QLabel" name="textLabel2_2">
   340           <property name="sizePolicy">
   341            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   342             <horstretch>0</horstretch>
   343             <verstretch>0</verstretch>
   344            </sizepolicy>
   345           </property>
   346           <property name="minimumSize">
   347            <size>
   348             <width>125</width>
   349             <height>0</height>
   350            </size>
   351           </property>
   352           <property name="frameShape">
   353            <enum>QFrame::NoFrame</enum>
   354           </property>
   355           <property name="text">
   356            <string>After Export:</string>
   357           </property>
   358           <property name="alignment">
   359            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   360           </property>
   361          </widget>
   362         </item>
   363         <item>
   364          <widget class="QLineEdit" name="lineEditPostScript"/>
   365         </item>
   366         <item>
   367          <widget class="QPushButton" name="browsePostExportButton">
   368           <property name="sizePolicy">
   369            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   370             <horstretch>0</horstretch>
   371             <verstretch>0</verstretch>
   372            </sizepolicy>
   373           </property>
   374           <property name="text">
   375            <string>Browse</string>
   376           </property>
   377          </widget>
   378         </item>
   379        </layout>
   380       </item>
   381      </layout>
   382     </widget>
   383    </item>
   384    <item>
   385     <spacer>
   386      <property name="orientation">
   387       <enum>Qt::Vertical</enum>
   388      </property>
   389      <property name="sizeType">
   390       <enum>QSizePolicy::MinimumExpanding</enum>
   391      </property>
   392      <property name="sizeHint" stdset="0">
   393       <size>
   394        <width>20</width>
   395        <height>41</height>
   396       </size>
   397      </property>
   398     </spacer>
   399    </item>
   400    <item>
   401     <layout class="QHBoxLayout">
   402      <item>
   403       <spacer>
   404        <property name="orientation">
   405         <enum>Qt::Horizontal</enum>
   406        </property>
   407        <property name="sizeType">
   408         <enum>QSizePolicy::Expanding</enum>
   409        </property>
   410        <property name="sizeHint" stdset="0">
   411         <size>
   412          <width>61</width>
   413          <height>21</height>
   414         </size>
   415        </property>
   416       </spacer>
   417      </item>
   418      <item>
   419       <widget class="QPushButton" name="cancelButton">
   420        <property name="text">
   421         <string>Cancel</string>
   422        </property>
   423       </widget>
   424      </item>
   425      <item>
   426       <widget class="QPushButton" name="exportButton">
   427        <property name="text">
   428         <string>Export</string>
   429        </property>
   430        <property name="default">
   431         <bool>true</bool>
   432        </property>
   433       </widget>
   434      </item>
   435     </layout>
   436    </item>
   437   </layout>
   438  </widget>
   439  <layoutdefault spacing="6" margin="11"/>
   440  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
   441  <customwidgets>
   442   <customwidget>
   443    <class>Q3GroupBox</class>
   444    <extends>QGroupBox</extends>
   445    <header>Qt3Support/Q3GroupBox</header>
   446    <container>1</container>
   447   </customwidget>
   448   <customwidget>
   449    <class>Q3ButtonGroup</class>
   450    <extends>Q3GroupBox</extends>
   451    <header>Qt3Support/Q3ButtonGroup</header>
   452    <container>1</container>
   453   </customwidget>
   454  </customwidgets>
   455  <includes>
   456   <include location="local">xsltproc.h</include>
   457   <include location="local">process.h</include>
   458  </includes>
   459  <resources/>
   460  <connections>
   461   <connection>
   462    <sender>cancelButton</sender>
   463    <signal>clicked()</signal>
   464    <receiver>ExportXHTMLDialog</receiver>
   465    <slot>reject()</slot>
   466    <hints>
   467     <hint type="sourcelabel">
   468      <x>459</x>
   469      <y>443</y>
   470     </hint>
   471     <hint type="destinationlabel">
   472      <x>256</x>
   473      <y>233</y>
   474     </hint>
   475    </hints>
   476   </connection>
   477   <connection>
   478    <sender>exportButton</sender>
   479    <signal>clicked()</signal>
   480    <receiver>ExportXHTMLDialog</receiver>
   481    <slot>accept()</slot>
   482    <hints>
   483     <hint type="sourcelabel">
   484      <x>368</x>
   485      <y>443</y>
   486     </hint>
   487     <hint type="destinationlabel">
   488      <x>256</x>
   489      <y>233</y>
   490     </hint>
   491    </hints>
   492   </connection>
   493  </connections>
   494 </ui>