Codebase list klatexformula / run/226134a1-d550-42b6-a52b-ebe16c858674/main src / klfstylemanager.ui
run/226134a1-d550-42b6-a52b-ebe16c858674/main

Tree @run/226134a1-d550-42b6-a52b-ebe16c858674/main (Download .tar.gz)

klfstylemanager.ui @run/226134a1-d550-42b6-a52b-ebe16c858674/mainraw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <author>Ph. Faist</author>
 <class>KLFStyleManager</class>
 <widget class="QWidget" name="KLFStyleManager">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>273</width>
    <height>342</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>KLatexFormula - Style Manager</string>
  </property>
  <property name="windowIcon">
   <iconset resource="klfres.qrc">
    <normaloff>:/pics/klatexformula-128.png</normaloff>:/pics/klatexformula-128.png</iconset>
  </property>
  <layout class="QVBoxLayout" name="lyt_KLFStyleManager">
   <item>
    <widget class="QLabel" name="lbl">
     <property name="font">
      <font>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="text">
      <string>Manage Styles</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignCenter</set>
     </property>
     <property name="wordWrap">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QListView" name="lstStyles">
     <property name="contextMenuPolicy">
      <enum>Qt::CustomContextMenu</enum>
     </property>
     <property name="acceptDrops">
      <bool>true</bool>
     </property>
     <property name="toolTip">
      <string>Drag and drop styles to move them. Right-click for actions menu.</string>
     </property>
     <property name="editTriggers">
      <set>QAbstractItemView::NoEditTriggers</set>
     </property>
     <property name="tabKeyNavigation">
      <bool>true</bool>
     </property>
     <property name="showDropIndicator" stdset="0">
      <bool>true</bool>
     </property>
     <property name="dragEnabled">
      <bool>true</bool>
     </property>
     <property name="dragDropOverwriteMode">
      <bool>false</bool>
     </property>
     <property name="dragDropMode">
      <enum>QAbstractItemView::DragDrop</enum>
     </property>
     <property name="alternatingRowColors">
      <bool>true</bool>
     </property>
     <property name="selectionMode">
      <enum>QAbstractItemView::SingleSelection</enum>
     </property>
     <property name="selectionBehavior">
      <enum>QAbstractItemView::SelectRows</enum>
     </property>
     <property name="verticalScrollMode">
      <enum>QAbstractItemView::ScrollPerPixel</enum>
     </property>
     <property name="horizontalScrollMode">
      <enum>QAbstractItemView::ScrollPerPixel</enum>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="btnActions">
     <property name="toolTip">
      <string>Choose an action</string>
     </property>
     <property name="text">
      <string>&amp;Actions</string>
     </property>
     <property name="icon">
      <iconset resource="klfres.qrc">
       <normaloff>:/pics/actions.png</normaloff>:/pics/actions.png</iconset>
     </property>
     <property name="shortcut">
      <string>Alt+A</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="btnClose">
     <property name="toolTip">
      <string>Close window</string>
     </property>
     <property name="text">
      <string>Close</string>
     </property>
     <property name="icon">
      <iconset>
       <normaloff>:/pics/closehide.png</normaloff>:/pics/closehide.png</iconset>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
  <include location="klfres.qrc"/>
 </resources>
 <connections/>
</ui>