| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 3 | |
Hi, I have developing some application using the designer.Many a times I face this problem of segmentation of fault while compiling the UI file using the UIC.All the widgets and there layouting in the UI file will be correct. The only workaround that I found is some time if we add a group box to some group of widgets the compilation segmentation fault disappears. Adding the group box is on trial error basis and its really a exhaustive process. What am I doing wrong here while designing the UI ? Can anybody please help me this.? -- [ signature omitted ]
Hi, > I have developing some application using the designer.Many a times I > face this problem of segmentation of fault while compiling the UI file > using the UIC.All the widgets and there layouting in the UI file will be > correct. > [...] > Can anybody please help me this.? Which version of Qt? Which exact OS? Could you make a *.ui file that crashes uic available on a Web/FTP site? -- [ signature omitted ]
Hi, Please find the attached ui file. The command is uic -o pdfparsertest.h pdfparsertest.ui ; uic pdfparsertest.ui -i pdfparsertest.h -o pdfparsertest.cpp _/\_ Srikanth Bemineni Dimitri wrote: > Hi, > >> I have developing some application using the designer.Many a times I >> face this problem of segmentation of fault while compiling the UI >> file using the UIC.All the widgets and there layouting in the UI file >> will be correct. >> [...] >> Can anybody please help me this.? > > Which version of Qt? Which exact OS? > > Could you make a *.ui file that crashes uic available on a Web/FTP site? > > -- > Dimitri > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with > "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ > > -- [ signature omitted ]
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>pdfparser_dialog</class>
<widget class="QMainWindow">
<property name="name">
<cstring>PdfParser</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>815</width>
<height>730</height>
</rect>
</property>
<property name="caption">
<string>TOOLGEN</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QListView" row="0" column="0" rowspan="2" colspan="1">
<column>
<property name="text">
<string>Variable names from PDF</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>treeView</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QWidgetStack" row="0" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>var_widgetstack</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<widget class="QWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>0</number>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTabWidget">
<property name="name">
<cstring>tabWidget15</cstring>
</property>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Card</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout29</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QRadioButton">
<property name="name">
<cstring>card_seperate_class</cstring>
</property>
<property name="text">
<string>Create a seperate Class</string>
</property>
</widget>
</vbox>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>card_decsription_text</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Help text</string>
</attribute>
</widget>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>1</number>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTabWidget">
<property name="name">
<cstring>intfloat_tab</cstring>
</property>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Int/Float</string>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox9</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>intfloat_paramname</cstring>
</property>
<property name="text">
<string>textLabel2</string>
</property>
<property name="alignment">
<set>AlignCenter</set>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout112</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout111</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout110</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Min Value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>intfloat_minvalue</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>int_min_unlimited</cstring>
</property>
<property name="text">
<string>Unlimited</string>
</property>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout34</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel4</cstring>
</property>
<property name="text">
<string>Default Value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>intfloat_default</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout56</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QRadioButton">
<property name="name">
<cstring>int_default_undefined</cstring>
</property>
<property name="text">
<string>Undefined</string>
</property>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>int_default_infinite</cstring>
</property>
<property name="text">
<string>Infinite</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout109</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout31</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Max Value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>intfloat_maxvalue</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>int_max_unlimited</cstring>
</property>
<property name="text">
<string>Unlimited</string>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout162</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel5</cstring>
</property>
<property name="text">
<string>Label</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>intfloat_labelname</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout7</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel6</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>intfloat_description</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Other Settings</string>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox10</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout74</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel5_2</cstring>
</property>
<property name="text">
<string>Domain</string>
</property>
</widget>
<widget class="QComboBox">
<property name="name">
<cstring>intfloat_domain</cstring>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel6_3</cstring>
</property>
<property name="text">
<string>Unit</string>
</property>
</widget>
<widget class="QComboBox">
<property name="name">
<cstring>intfloat_unit</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel3_2</cstring>
</property>
<property name="text">
<string>What is this</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>intfloat_whatisthis</cstring>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel4_3</cstring>
</property>
<property name="text">
<string>Bubble Help</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>intfloat_bubblehelp</cstring>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel6_4</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>intfloat_description_two</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>2</number>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTabWidget">
<property name="name">
<cstring>opt_tab</cstring>
</property>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Option Parameter</string>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox11</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>opt_name</cstring>
</property>
<property name="text">
<string>textLabel7</string>
</property>
<property name="alignment">
<set>AlignCenter</set>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout31_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout30</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout164</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout17</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout16</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel8</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Enter the options</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>opt_input</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout12</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QPushButton">
<property name="name">
<cstring>opt_addbt</cstring>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>opt_delbt</cstring>
</property>
<property name="text">
<string>Delete</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout163</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel6_2</cstring>
</property>
<property name="text">
<string>Label</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>opt_labelname</cstring>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>30</height>
</size>
</property>
</spacer>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_3</cstring>
</property>
<property name="text">
<string>Option Description</string>
</property>
</widget>
</vbox>
</widget>
<widget class="QListView">
<column>
<property name="text">
<string>Options</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>opt_optionlist</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout27_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLineEdit">
<property name="name">
<cstring>opt_valuedescription</cstring>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>opt_clearbt</cstring>
</property>
<property name="text">
<string><- Clear</string>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout33</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel2_2</cstring>
</property>
<property name="text">
<string>Select the Default value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>opt_defaultvalue</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>opt_defaultbt</cstring>
</property>
<property name="text">
<string>Default value</string>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout22</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>opt_description</cstring>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Help Text</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox12</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout37</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel7</cstring>
</property>
<property name="text">
<string>What is this</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>opt_whatisthis</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout38</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel8_2</cstring>
</property>
<property name="text">
<string>Bubble help</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>opt_bubblehelp</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout22_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_2_2</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>opt_description_two</cstring>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>3</number>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox5_2</cstring>
</property>
<property name="title">
<string>Repeat Card paramters</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout20</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout19</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel9</cstring>
</property>
<property name="text">
<string>Card Name</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>repeatCard_name</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</hbox>
</widget>
<widget class="QListView">
<column>
<property name="text">
<string>Parameter name</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>repeat_list</cstring>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>4</number>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTabWidget">
<property name="name">
<cstring>char_tab</cstring>
</property>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Header and Character </string>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox7</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>ch_label</cstring>
</property>
<property name="text">
<string>textLabel12</string>
</property>
<property name="alignment">
<set>AlignCenter</set>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout21</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel10</cstring>
</property>
<property name="text">
<string>Default Value</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>ch_default</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout161</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel4_2</cstring>
</property>
<property name="text">
<string>Label</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>ch_labelname</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout24</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel11</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>ch_description</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Help Text</string>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox8</cstring>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout27</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_4</cstring>
</property>
<property name="text">
<string>What is this</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>ch_whatisthis</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout28</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel2_3</cstring>
</property>
<property name="text">
<string>Bubble Help</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>ch_bubblehelp</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout24_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel11_2</cstring>
</property>
<property name="text">
<string>Description</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>ch_description_two</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
</widget>
</hbox>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>5</number>
</attribute>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox22</cstring>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="title">
<string>Dynamic Group List</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer5</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>195</height>
</size>
</property>
</spacer>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout73</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>126</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QTextEdit">
<property name="name">
<cstring>textEdit18</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>This is just a dummy page for Dynamic Group list</string>
</property>
<property name="wordWrap">
<enum>WidgetWidth</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>125</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer8</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>195</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
</widget>
<widget class="QPushButton" row="1" column="1">
<property name="name">
<cstring>dispdefn_bt</cstring>
</property>
<property name="text">
<string>Display defn code</string>
</property>
</widget>
<widget class="QPushButton" row="1" column="2">
<property name="name">
<cstring>covopt_bt</cstring>
</property>
<property name="text">
<string>Convert to Option</string>
</property>
</widget>
</grid>
</widget>
<toolbars>
</toolbars>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
Hi, I also found one more workaround for the problem .Remove all the layouts and start layouting again the whole ui file.This workaround sometimes fixes the problem but not for sure. _/\_ Srikanth Bemineni Srikanth Bemineni wrote: > Hi, > > Please find the attached ui file. > > The command is > uic -o pdfparsertest.h pdfparsertest.ui ; uic pdfparsertest.ui -i > pdfparsertest.h -o pdfparsertest.cpp > > _/\_ > Srikanth Bemineni > > Dimitri wrote: >> Hi, >> >>> I have developing some application using the designer.Many a times I >>> face this problem of segmentation of fault while compiling the UI >>> file using the UIC.All the widgets and there layouting in the UI >>> file will be correct. >>> [...] >>> Can anybody please help me this.? >> >> Which version of Qt? Which exact OS? >> >> Could you make a *.ui file that crashes uic available on a Web/FTP site? >> >> -- >> Dimitri >> >> -- >> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx >> with "unsubscribe" in the subject or the body. >> List archive and information: http://lists.trolltech.com/qt-interest/ >> >> > > > > ------------------------------------------------------------------------ > > pdfparser_dialog PdfParser 0 0 815 730 TOOLGEN unnamed Variable names > from PDF true true treeView 0 7 0 0 var_widgetstack 7 5 0 0 NoFrame 0 > WStackPage 0 unnamed tabWidget15 tab Card unnamed layout29 unnamed > card_seperate_class Create a seperate Class textLabel2 Description > card_decsription_text true tab Help text WStackPage 1 unnamed > intfloat_tab tab Int/Float unnamed groupBox9 unnamed > intfloat_paramname textLabel2 AlignCenter layout112 unnamed layout111 > unnamed layout110 unnamed layout3 unnamed textLabel1 Min Value > intfloat_minvalue int_min_unlimited Unlimited layout34 unnamed > textLabel4 Default Value intfloat_default layout56 unnamed > int_default_undefined Undefined int_default_infinite Infinite > layout109 unnamed layout31 unnamed textLabel3 Max Value > intfloat_maxvalue int_max_unlimited Unlimited layout162 unnamed > textLabel5 Label intfloat_labelname layout7 unnamed textLabel6 > Description intfloat_description true tab Other Settings unnamed > groupBox10 unnamed layout74 unnamed textLabel5_2 Domain > intfloat_domain textLabel6_3 Unit intfloat_unit textLabel3_2 What is > this intfloat_whatisthis textLabel4_3 Bubble Help intfloat_bubblehelp > textLabel6_4 Description intfloat_description_two true WStackPage 2 > unnamed opt_tab tab Option Parameter unnamed groupBox11 unnamed > opt_name textLabel7 AlignCenter layout31_2 unnamed layout30 unnamed > layout164 unnamed layout17 unnamed layout16 unnamed textLabel8 0 0 0 0 > Enter the options opt_input 7 0 0 0 layout12 unnamed opt_addbt Add > opt_delbt Delete layout163 unnamed textLabel6_2 Label opt_labelname > spacer1 Vertical Expanding 20 30 textLabel1_3 Option Description > Options true true opt_optionlist layout27_2 unnamed > opt_valuedescription opt_clearbt <- Clear layout33 unnamed > textLabel2_2 Select the Default value opt_defaultvalue true > opt_defaultbt Default value layout22 unnamed textLabel1_2 Description > opt_description tab Help Text unnamed groupBox12 unnamed layout37 > unnamed textLabel7 What is this opt_whatisthis layout38 unnamed > textLabel8_2 Bubble help opt_bubblehelp layout22_2 unnamed > textLabel1_2_2 Description opt_description_two WStackPage 3 unnamed > groupBox5_2 Repeat Card paramters unnamed layout20 unnamed layout19 > unnamed textLabel9 Card Name repeatCard_name true Parameter name true > true Type true true repeat_list WStackPage 4 unnamed char_tab tab > Header and Character unnamed groupBox7 unnamed ch_label textLabel12 > AlignCenter layout21 unnamed textLabel10 Default Value ch_default > layout161 unnamed textLabel4_2 Label ch_labelname layout24 unnamed > textLabel11 Description ch_description true tab Help Text unnamed > groupBox8 unnamed layout27 unnamed textLabel1_4 What is this > ch_whatisthis layout28 unnamed textLabel2_3 Bubble Help ch_bubblehelp > layout24_2 unnamed textLabel11_2 Description ch_description_two true > WStackPage 5 unnamed groupBox22 1 Dynamic Group List unnamed spacer5 > Vertical Expanding 20 195 layout73 unnamed spacer6 Horizontal > Expanding 126 20 textEdit18 0 0 0 0 This is just a dummy page for > Dynamic Group list WidgetWidth true spacer7 Horizontal Expanding 125 > 20 spacer8 Vertical Expanding 20 195 dispdefn_bt Display defn code > covopt_bt Convert to Option -- [ signature omitted ]
Which version of Qt? Which exact Operating System? Cheers, Peter > Please find the attached ui file. > > The command is > uic -o pdfparsertest.h pdfparsertest.ui ; uic pdfparsertest.ui -i > pdfparsertest.h -o pdfparsertest.cpp > > _/\_ > Srikanth Bemineni > > Dimitri wrote: > > Hi, > > > >> I have developing some application using the designer.Many a times I > >> face this problem of segmentation of fault while compiling the UI > >> file using the UIC.All the widgets and there layouting in the UI file > >> will be correct. > >> [...] > >> Can anybody please help me this.? > > > > Which version of Qt? Which exact OS? -- [ signature omitted ]
Hi, The QT version is 3.3.5 and OS is cent-OS. _/\_ Srikanth Bemineni Peter Prade wrote: > Which version of Qt? Which exact Operating System? > > Cheers, > Peter > > >> Please find the attached ui file. >> >> The command is >> uic -o pdfparsertest.h pdfparsertest.ui ; uic pdfparsertest.ui -i >> pdfparsertest.h -o pdfparsertest.cpp >> >> _/\_ >> Srikanth Bemineni >> >> Dimitri wrote: >> >>> Hi, >>> >>> >>>> I have developing some application using the designer.Many a times >>>> > I > >>>> face this problem of segmentation of fault while compiling the UI >>>> file using the UIC.All the widgets and there layouting in the UI >>>> > file > >>>> will be correct. >>>> [...] >>>> Can anybody please help me this.? >>>> >>> Which version of Qt? Which exact OS? >>> > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ > > > -- [ signature omitted ]
Hi, > The QT version is 3.3.5 and OS is cent-OS. Is this the version of Qt that shipping with your version of CentOS? Did you build Qt yourself? How many version of Qt 3 on this machine? I've just tried on Fedora Core 6 with Qt 3.3.7 and it doesn't crash: $ /usr/lib/qt-3.3/bin/uic -o pdfparsertest.h pdfparsertest.ui $ /usr/lib/qt-3.3/bin/uic pdfparsertest.ui -i pdfparsertest.h -o pdfparsertest.cpp $ It could be a bug in the CentOS compiler, a bug in Qt 3.3.5 fixed in Qt 3.3.7 and later, or a bug in the patched version of Qt shippign, with CentOS. I would suggest trying a more recent version of Qt (such as 3.3.8) and see if it helps. -- [ signature omitted ]