ricompilate interfacce con modifiche varie
This commit is contained in:
@@ -45,36 +45,27 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_numeroterzo">
|
||||
<widget class="QCheckBox" name="rad_numeroterzo">
|
||||
<property name="text">
|
||||
<string>Numero</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_terzo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_dataterzo">
|
||||
<widget class="QCheckBox" name="rad_dataterzo">
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_terzo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_titoloterzo">
|
||||
<widget class="QCheckBox" name="rad_titoloterzo">
|
||||
<property name="text">
|
||||
<string>Titolo</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_terzo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@@ -107,36 +98,27 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_numerosecondo">
|
||||
<widget class="QCheckBox" name="rad_numerosecondo">
|
||||
<property name="text">
|
||||
<string>Numero</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_secondo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datasecondo">
|
||||
<widget class="QCheckBox" name="rad_datasecondo">
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_secondo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_titolosecondo">
|
||||
<widget class="QCheckBox" name="rad_titolosecondo">
|
||||
<property name="text">
|
||||
<string>Titolo</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_secondo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@@ -188,36 +170,27 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_numeroprimo">
|
||||
<widget class="QCheckBox" name="rad_numeroprimo">
|
||||
<property name="text">
|
||||
<string>Numero</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_primo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_dataprimo">
|
||||
<widget class="QCheckBox" name="rad_dataprimo">
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_primo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_titoloprimo">
|
||||
<widget class="QCheckBox" name="rad_titoloprimo">
|
||||
<property name="text">
|
||||
<string>Titolo</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">grp_primo</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@@ -277,9 +250,4 @@
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
<buttongroups>
|
||||
<buttongroup name="grp_primo"/>
|
||||
<buttongroup name="grp_secondo"/>
|
||||
<buttongroup name="grp_terzo"/>
|
||||
</buttongroups>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user