]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/ui/BranchesUi.ui
* Add possibility to append active branch names to the output file name (#3105).
[features.git] / src / frontends / qt4 / ui / BranchesUi.ui
index dd165ffa7ef1da6bcc1d2b034f648c3e84538e9d..298931e1e55ad175c6b96e2dcf0aa4f730b18b15 100644 (file)
    <property name="spacing" >
     <number>6</number>
    </property>
-   <item row="3" column="3" >
-    <widget class="QPushButton" name="renamePB" >
-     <property name="toolTip" >
-      <string>Change the name of the selected branch</string>
-     </property>
+   <item row="0" column="0" >
+    <widget class="QLabel" name="newBranchLA" >
      <property name="text" >
-      <string>Re&amp;name...</string>
-     </property>
-    </widget>
-   </item>
-   <item row="2" column="3" >
-    <widget class="QPushButton" name="removePB" >
-     <property name="toolTip" >
-      <string>Remove the selected branch</string>
+      <string>&amp;New:</string>
      </property>
-     <property name="text" >
-      <string>&amp;Remove</string>
+     <property name="buddy" >
+      <cstring>newBranchLE</cstring>
      </property>
     </widget>
    </item>
-   <item row="4" column="3" >
-    <widget class="QPushButton" name="colorPB" >
+   <item row="5" column="3" >
+    <widget class="QPushButton" name="suffixPB" >
      <property name="toolTip" >
-      <string>Define or change background color</string>
+      <string>Append the name of this branch to the output filename, given the branch is active.</string>
      </property>
      <property name="text" >
-      <string>Alter Co&amp;lor...</string>
+      <string>Filename &amp;Suffix</string>
      </property>
     </widget>
    </item>
-   <item row="5" column="3" >
+   <item row="6" column="3" >
     <spacer>
      <property name="orientation" >
       <enum>Qt::Vertical</enum>
      <property name="sizeHint" >
       <size>
        <width>83</width>
-       <height>61</height>
+       <height>51</height>
       </size>
      </property>
     </spacer>
    </item>
-   <item row="0" column="1" colspan="2" >
-    <widget class="QLineEdit" name="newBranchLE" />
-   </item>
-   <item row="0" column="3" >
-    <widget class="QPushButton" name="addBranchPB" >
+   <item row="8" column="2" colspan="2" >
+    <widget class="QPushButton" name="unknownPB" >
      <property name="toolTip" >
-      <string>Add a new branch to the list</string>
+      <string>Show undefined branches used in this document.</string>
      </property>
      <property name="text" >
-      <string>&amp;Add</string>
+      <string>&amp;Undefined Branches</string>
      </property>
     </widget>
    </item>
-   <item row="0" column="0" >
-    <widget class="QLabel" name="newBranchLA" >
+   <item row="8" column="0" colspan="2" >
+    <spacer>
+     <property name="orientation" >
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeHint" >
+      <size>
+       <width>251</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="1" column="0" colspan="3" >
+    <widget class="QLabel" name="availableLB" >
      <property name="text" >
-      <string>&amp;New:</string>
+      <string>A&amp;vailable Branches:</string>
      </property>
      <property name="buddy" >
-      <cstring>newBranchLE</cstring>
+      <cstring>branchesTW</cstring>
      </property>
     </widget>
    </item>
-   <item rowspan="5" row="2" column="0" colspan="3" >
-    <widget class="QTreeWidget" name="branchesTW" />
-   </item>
-   <item row="6" column="3" >
+   <item row="7" column="3" >
     <widget class="QPushButton" name="activatePB" >
      <property name="toolTip" >
       <string>Toggle the selected branch</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="0" colspan="3" >
-    <widget class="QLabel" name="availableLB" >
+   <item rowspan="6" row="2" column="0" colspan="3" >
+    <widget class="QTreeWidget" name="branchesTW" />
+   </item>
+   <item row="0" column="3" >
+    <widget class="QPushButton" name="addBranchPB" >
+     <property name="toolTip" >
+      <string>Add a new branch to the list</string>
+     </property>
      <property name="text" >
-      <string>A&amp;vailable Branches:</string>
+      <string>&amp;Add</string>
      </property>
-     <property name="buddy" >
-      <cstring>branchesTW</cstring>
+    </widget>
+   </item>
+   <item row="0" column="1" colspan="2" >
+    <widget class="QLineEdit" name="newBranchLE" />
+   </item>
+   <item row="4" column="3" >
+    <widget class="QPushButton" name="colorPB" >
+     <property name="toolTip" >
+      <string>Define or change background color</string>
+     </property>
+     <property name="text" >
+      <string>Alter Co&amp;lor...</string>
      </property>
     </widget>
    </item>
-   <item row="7" column="0" colspan="2" >
-    <spacer>
-     <property name="orientation" >
-      <enum>Qt::Horizontal</enum>
+   <item row="2" column="3" >
+    <widget class="QPushButton" name="removePB" >
+     <property name="toolTip" >
+      <string>Remove the selected branch</string>
      </property>
-     <property name="sizeHint" >
-      <size>
-       <width>251</width>
-       <height>20</height>
-      </size>
+     <property name="text" >
+      <string>&amp;Remove</string>
      </property>
-    </spacer>
+    </widget>
    </item>
-   <item row="7" column="2" colspan="2" >
-    <widget class="QPushButton" name="unknownPB" >
+   <item row="3" column="3" >
+    <widget class="QPushButton" name="renamePB" >
      <property name="toolTip" >
-      <string>Show undefined branches used in this document.</string>
+      <string>Change the name of the selected branch</string>
      </property>
      <property name="text" >
-      <string>&amp;Undefined Branches</string>
+      <string>Re&amp;name...</string>
      </property>
     </widget>
    </item>