<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>MozillaProfileWidget</class> <widget class="TQWidget"> <property name="name"> <cstring>MozillaProfileWidget</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>309</width> <height>293</height> </rect> </property> <property name="caption"> <string>Form2</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="TQLabel"> <property name="name"> <cstring>label</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Please select the profiles that you want to fix:</string> </property> </widget> <widget class="TDEListView"> <column> <property name="text"> <string>Profile</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>profilesList</cstring> </property> <property name="selectionMode" stdset="0"> <enum>Multi</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="fullWidth"> <bool>true</bool> </property> </widget> </vbox> </widget> <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>tdelistview.h</includehint> </includehints> </UI>