Skip to content

Instantly share code, notes, and snippets.

@altendky
Created September 14, 2016 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altendky/490c7f7d14377e50fa7bb266612de24d to your computer and use it in GitHub Desktop.
Save altendky/490c7f7d14377e50fa7bb266612de24d to your computer and use it in GitHub Desktop.
altendky@tp:/epc/t/307/st$ ./designer
ERROR:root:
File not recognized:
Could not resolve property : linearGradient4538
Could not resolve property : linearGradient4588
Could not resolve property : linearGradient4554
Could not resolve property : linearGradient4572
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4538
Could not resolve property : linearGradient4588
Could not resolve property : linearGradient4554
Could not resolve property : linearGradient4572
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4538
Could not resolve property : linearGradient4588
Could not resolve property : linearGradient4554
Could not resolve property : linearGradient4572
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
ERROR:root:
File not recognized:
ERROR:root:
File not recognized:
<widgetbox>
<category name="Layouts">
<categoryentry icon="win/editvlayout.png" name="Vertical Layout" type="default">
<ui>
<widget class="QWidget">
<property name="objectName">
<string notr="true">verticalLayoutWidget</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>160</width>
<height>80</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout" />
</widget>
</ui>
</categoryentry>
<categoryentry icon="win/edithlayout.png" name="Horizontal Layout" type="default">
<ui>
<widget class="QWidget">
<property name="objectName">
<string notr="true">horizontalLayoutWidget</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>160</width>
<height>80</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" />
</widget>
</ui>
</categoryentry>
<categoryentry icon="win/editgrid.png" name="Grid Layout" type="default">
<ui>
<widget class="QWidget">
<property name="objectName">
<string notr="true">gridLayoutWidget</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>160</width>
<height>80</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout" />
</widget>
</ui>
</categoryentry>
<categoryentry icon="win/editform.png" name="Form Layout" type="default">
<ui>
<widget class="QWidget">
<property name="objectName">
<string notr="true">formLayoutWidget</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>160</width>
<height>80</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout" />
</widget>
</ui>
</categoryentry>
</category>
<category name="Spacers">
<categoryentry icon="widgets/spacer.png" name="Horizontal Spacer" type="default">
<ui>
<widget class="Spacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="objectName">
<string notr="true">horizontalSpacer</string>
</property>
<property name="sizeHint">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/vspacer.png" name="Vertical Spacer" type="default">
<ui>
<widget class="Spacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="objectName">
<string notr="true">verticalSpacer</string>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</widget>
</ui>
</categoryentry>
</category>
<category name="Buttons">
<categoryentry icon="widgets/pushbutton.png" name="Push Button" type="default">
<ui>
<widget class="QPushButton">
<property name="text">
<string>PushButton</string>
</property>
<property name="objectName">
<string notr="true">pushButton</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/toolbutton.png" name="Tool Button" type="default">
<ui>
<widget class="QToolButton">
<property name="objectName">
<string notr="true">toolButton</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/radiobutton.png" name="Radio Button" type="default">
<ui>
<widget class="QRadioButton">
<property name="text">
<string>RadioButton</string>
</property>
<property name="objectName">
<string notr="true">radioButton</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/checkbox.png" name="Check Box" type="default">
<ui>
<widget class="QCheckBox">
<property name="text">
<string>CheckBox</string>
</property>
<property name="objectName">
<string notr="true">checkBox</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/commandlinkbutton.png" name="Command Link Button" type="default">
<ui>
<widget class="QCommandLinkButton">
<property name="text">
<string>CommandLinkButton</string>
</property>
<property name="objectName">
<string notr="true">commandLinkButton</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/dialogbuttonbox.png" name="Dialog Button Box" type="default">
<ui>
<widget class="QDialogButtonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Ok|QDialogButtonBox::Cancel</set>
</property>
<property name="objectName">
<string notr="true">buttonBox</string>
</property>
</widget>
</ui>
</categoryentry>
</category>
<category name="Item Views (Model-Based)">
<categoryentry icon="widgets/listbox.png" name="List View" type="default">
<ui>
<widget class="QListView">
<property name="objectName">
<string notr="true">listView</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/listview.png" name="Tree View" type="default">
<ui>
<widget class="QTreeView">
<property name="objectName">
<string notr="true">treeView</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/table.png" name="Table View" type="default">
<ui>
<widget class="QTableView">
<property name="objectName">
<string notr="true">tableView</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/columnview.png" name="Column View" type="default">
<ui>
<widget class="QColumnView">
<property name="objectName">
<string notr="true">columnView</string>
</property>
</widget>
</ui>
</categoryentry>
</category>
<category name="Item Widgets (Item-Based)">
<categoryentry icon="widgets/listbox.png" name="List Widget" type="default">
<ui>
<widget class="QListWidget">
<property name="objectName">
<string notr="true">listWidget</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/listview.png" name="Tree Widget" type="default">
<ui>
<widget class="QTreeWidget">
<property name="objectName">
<string notr="true">treeWidget</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/table.png" name="Table Widget" type="default">
<ui>
<widget class="QTableWidget">
<property name="objectName">
<string notr="true">tableWidget</string>
</property>
</widget>
</ui>
</categoryentry>
</category>
<category name="Containers">
<categoryentry icon="widgets/groupbox.png" name="Group Box" type="default">
<ui>
<widget class="QGroupBox">
<property name="title">
<string>GroupBox</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="objectName">
<string notr="true">groupBox</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/scrollarea.png" name="Scroll Area" type="default">
<ui>
<widget class="QScrollArea">
<property name="objectName">
<string notr="true">scrollArea</string>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents" />
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/toolbox.png" name="Tool Box" type="default">
<ui>
<widget class="QToolBox">
<property name="currentIndex">
<number>0</number>
</property>
<property name="objectName">
<string notr="true">toolBox</string>
</property>
<widget class="QWidget" name="page">
<attribute name="label">
<string>Page 1</string>
</attribute>
</widget>
<widget class="QWidget" name="page">
<attribute name="label">
<string>Page 2</string>
</attribute>
</widget>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/tabwidget.png" name="Tab Widget" type="default">
<ui>
<widget class="QTabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="objectName">
<string notr="true">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>
</ui>
</categoryentry>
<categoryentry icon="widgets/widgetstack.png" name="Stacked Widget" type="default">
<ui>
<widget class="QStackedWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="objectName">
<string notr="true">stackedWidget</string>
</property>
<widget class="QWidget" name="page" />
<widget class="QWidget" name="page" />
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/frame.png" name="Frame" type="default">
<ui>
<widget class="QFrame">
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="objectName">
<string notr="true">frame</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/widget.png" name="Widget" type="default">
<ui>
<widget class="QWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="objectName">
<string notr="true">widget</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/mdiarea.png" name="MDI Area" type="default">
<ui>
<widget class="QMdiArea">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>160</height>
</rect>
</property>
<property name="objectName">
<string notr="true">mdiArea</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/dockwidget.png" name="Dock Widget" type="default">
<ui>
<widget class="QDockWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="objectName">
<string notr="true">dockWidget</string>
</property>
<widget class="QWidget" name="dockWidgetContents" />
</widget>
</ui>
</categoryentry>
</category>
<category name="Input Widgets">
<categoryentry icon="widgets/combobox.png" name="Combo Box" type="default">
<ui>
<widget class="QComboBox">
<property name="geometry">
<rect>
<x>119</x>
<y>28</y>
<width>41</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">comboBox</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/fontcombobox.png" name="Font Combo Box" type="default">
<ui>
<widget class="QFontComboBox">
<property name="geometry">
<rect>
<x>119</x>
<y>28</y>
<width>41</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">fontComboBox</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/lineedit.png" name="Line Edit" type="default">
<ui>
<widget class="QLineEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>1</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="objectName">
<string notr="true">lineEdit</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/textedit.png" name="Text Edit" type="default">
<ui>
<widget class="QTextEdit">
<property name="objectName">
<string notr="true">textEdit</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>104</width>
<height>64</height>
</rect>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/plaintextedit.png" name="Plain Text Edit" type="default">
<ui>
<widget class="QPlainTextEdit">
<property name="objectName">
<string notr="true">plainTextEdit</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>104</width>
<height>64</height>
</rect>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/spinbox.png" name="Spin Box" type="default">
<ui>
<widget class="QSpinBox">
<property name="geometry">
<rect>
<x>119</x>
<y>0</y>
<width>42</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">spinBox</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/doublespinbox.png" name="Double Spin Box" type="default">
<ui>
<widget class="QDoubleSpinBox">
<property name="geometry">
<rect>
<x>119</x>
<y>0</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">doubleSpinBox</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/timeedit.png" name="Time Edit" type="default">
<ui>
<widget class="QTimeEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>28</y>
<width>118</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">timeEdit</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/dateedit.png" name="Date Edit" type="default">
<ui>
<widget class="QDateEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>28</y>
<width>110</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">dateEdit</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/datetimeedit.png" name="Date/Time Edit" type="default">
<ui>
<widget class="QDateTimeEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>28</y>
<width>194</width>
<height>22</height>
</rect>
</property>
<property name="objectName">
<string notr="true">dateTimeEdit</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/dial.png" name="Dial" type="default">
<ui>
<widget class="QDial">
<property name="geometry">
<rect>
<x>110</x>
<y>0</y>
<width>50</width>
<height>64</height>
</rect>
</property>
<property name="objectName">
<string notr="true">dial</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/hscrollbar.png" name="Horizontal Scroll Bar" type="default">
<ui>
<widget class="QScrollBar">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>126</y>
<width>160</width>
<height>16</height>
</rect>
</property>
<property name="objectName">
<string notr="true">horizontalScrollBar</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/vscrollbar.png" name="Vertical Scroll Bar" type="default">
<ui>
<widget class="QScrollBar">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>126</y>
<width>16</width>
<height>160</height>
</rect>
</property>
<property name="objectName">
<string notr="true">verticalScrollBar</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/hslider.png" name="Horizontal Slider" type="default">
<ui>
<widget class="QSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>126</y>
<width>160</width>
<height>16</height>
</rect>
</property>
<property name="objectName">
<string notr="true">horizontalSlider</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/vslider.png" name="Vertical Slider" type="default">
<ui>
<widget class="QSlider">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>126</y>
<width>16</width>
<height>160</height>
</rect>
</property>
<property name="objectName">
<string notr="true">verticalSlider</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/lineedit.png" name="Key Sequence Edit" type="default">
<ui>
<widget class="QKeySequenceEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>1</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="objectName">
<string notr="true">keySequenceEdit</string>
</property>
</widget>
</ui>
</categoryentry>
</category>
<category name="Display Widgets">
<categoryentry icon="widgets/label.png" name="Label" type="default">
<ui>
<widget class="QLabel">
<property name="text">
<string>TextLabel</string>
</property>
<property name="objectName">
<string notr="true">label</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/textedit.png" name="Text Browser" type="default">
<ui>
<widget class="QTextBrowser">
<property name="objectName">
<string notr="true">textBrowser</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/graphicsview.png" name="Graphics View" type="default">
<ui>
<widget class="QGraphicsView">
<property name="objectName">
<string notr="true">graphicsView</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/calendarwidget.png" name="Calendar Widget" type="default">
<ui>
<widget class="QCalendarWidget">
<property name="objectName">
<string notr="true">calendarWidget</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/lcdnumber.png" name="LCD Number" type="default">
<ui>
<widget class="QLCDNumber">
<property name="objectName">
<string notr="true">lcdNumber</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/progress.png" name="Progress Bar" type="default">
<ui>
<widget class="QProgressBar">
<property name="value">
<number>24</number>
</property>
<property name="geometry">
<rect>
<x>9</x>
<y>38</y>
<width>118</width>
<height>23</height>
</rect>
</property>
<property name="objectName">
<string notr="true">progressBar</string>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/line.png" name="Horizontal Line" type="default">
<ui>
<widget class="Line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="objectName">
<string notr="true">line</string>
</property>
<property name="geometry">
<rect>
<x>9</x>
<y>67</y>
<width>118</width>
<height>3</height>
</rect>
</property>
</widget>
</ui>
</categoryentry>
<categoryentry icon="widgets/vline.png" name="Vertical Line" type="default">
<ui>
<widget class="Line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="objectName">
<string notr="true">line</string>
</property>
<property name="geometry">
<rect>
<x>133</x>
<y>9</y>
<width>3</width>
<height>61</height>
</rect>
</property>
</widget>
</ui>
</categoryentry>
</category>
<category name="Display Widgets [Examples]" />
<category name="EPC - Compound" />
<category name="EPC - Signals" />
</widgetbox>
loaded: True
ERROR:root:
File not recognized: /tmp/
ERROR:root:
File not recognized:
Could not resolve property : linearGradient4538
Could not resolve property : linearGradient4588
Could not resolve property : linearGradient4554
Could not resolve property : linearGradient4572
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
Could not resolve property : linearGradient4532
Could not resolve property : linearGradient4582
Could not resolve property : linearGradient4566
Could not resolve property : linearGradient4548
ERROR:root:
File not recognized:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment