]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/ui/OutputUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / OutputUi.ui
index 6dc2a297edfae6ec0496367ca2a5683fdd11dca4..7aa75a70d645b7449ca25d0a57dee4532dad1c74 100644 (file)
         </property>
        </spacer>
       </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="mathmlprefixLA">
+        <property name="font">
+         <font>
+          <weight>50</weight>
+          <bold>false</bold>
+         </font>
+        </property>
+        <property name="text">
+         <string>&amp;MathML namespace prefix:</string>
+        </property>
+        <property name="buddy">
+         <cstring>mathmlprefixCB</cstring>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QComboBox" name="mathmlprefixCB">
+        <property name="font">
+         <font>
+          <weight>50</weight>
+          <bold>false</bold>
+         </font>
+        </property>
+        <property name="toolTip">
+         <string>Namespace prefix to use for MathML formulae. For instance, with the &lt;code&gt;m&lt;/code&gt; prefix, the MathML tags will be output like &lt;code&gt;m:math&lt;/code&gt;.</string>
+        </property>
+        <item>
+         <property name="text">
+          <string>No prefix (namespace defined inline for each tag)</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>m (default)</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>mml</string>
+         </property>
+        </item>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <spacer name="horizontalSpacer_6">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
      </layout>
     </widget>
    </item>