Sun, 05 May 2019 16:15:34 +0200
Spanish i18n update for eric6 default branch
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TabWidget</class> <widget class="QTabWidget" name="TabWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>TabWidget</string> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Tab 1</string> </attribute> </widget> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Tab 2</string> </attribute> </widget> </widget> <resources/> <connections/> </ui>