2016-07-05 20:14:14 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2016-08-29 15:37:42 +00:00
|
|
|
<class>FormulaAutonumberingW</class>
|
|
|
|
<widget class="QWidget" name="FormulaAutonumberingW">
|
2016-07-05 20:14:14 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-12-03 22:13:16 +00:00
|
|
|
<width>716</width>
|
|
|
|
<height>531</height>
|
2016-07-05 20:14:14 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2016-07-10 01:33:49 +00:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
2016-07-05 20:14:14 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-07-10 01:33:49 +00:00
|
|
|
<width>0</width>
|
2016-07-05 20:14:14 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
2016-07-10 01:33:49 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2016-07-05 20:14:14 +00:00
|
|
|
<property name="sizePolicy">
|
2016-07-10 01:33:49 +00:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2016-07-05 20:14:14 +00:00
|
|
|
<horstretch>0</horstretch>
|
2016-07-10 01:33:49 +00:00
|
|
|
<verstretch>0</verstretch>
|
2016-07-05 20:14:14 +00:00
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-07-10 01:33:49 +00:00
|
|
|
<property name="title">
|
2018-12-03 22:13:16 +00:00
|
|
|
<string>Dénomination automatique :</string>
|
2016-07-05 20:14:14 +00:00
|
|
|
</property>
|
2017-02-26 18:30:34 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-12-03 22:13:16 +00:00
|
|
|
<string>Formule</string>
|
2017-02-26 18:30:34 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-07-10 01:33:49 +00:00
|
|
|
<widget class="QLineEdit" name="m_formula_le">
|
|
|
|
<property name="sizePolicy">
|
2016-08-29 15:37:42 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2016-07-10 01:33:49 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Insert Formula Here e.g.: %prefix%l%c</string>
|
|
|
|
</property>
|
2019-05-19 00:30:14 +00:00
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-07-10 01:33:49 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-26 18:30:34 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2016-07-10 01:33:49 +00:00
|
|
|
</property>
|
2017-02-26 18:30:34 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2016-07-10 01:33:49 +00:00
|
|
|
</property>
|
2017-02-26 18:30:34 +00:00
|
|
|
</spacer>
|
2016-07-10 01:33:49 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="French" country="France"/>
|
2016-07-05 20:14:14 +00:00
|
|
|
</property>
|
2016-07-10 01:33:49 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>You can use the following variables to your formula:
|
2016-07-05 20:14:14 +00:00
|
|
|
-%prefix: Default Element Prefix
|
|
|
|
-%l: Element Line
|
|
|
|
-%c: Element Column
|
|
|
|
-%F: Folio Name
|
|
|
|
-%f or %id: Folio ID
|
|
|
|
-%total: Total of folios
|
|
|
|
You can also assign any other titleblock variable
|
2016-07-10 01:33:49 +00:00
|
|
|
that you create. Text and number inputs are
|
|
|
|
also available.</string>
|
|
|
|
</property>
|
2016-07-05 20:14:14 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-07-10 01:33:49 +00:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2016-07-05 20:14:14 +00:00
|
|
|
</property>
|
2016-07-10 01:33:49 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
2016-07-05 20:14:14 +00:00
|
|
|
</property>
|
2016-07-10 01:33:49 +00:00
|
|
|
</spacer>
|
2016-07-05 20:14:14 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|