有一點問題。所以Iam試圖創建我自己的小部件,並且我已經成功了,除了設置它的大小和位置(與它的parrent相同)之外。 class Story(App):
def build(self):
return MyWidgets().init()
的應用程序有網格佈局的持有人,到了我所要傳遞的StoryWidget class MyWidgets(object):
我在用作QtDesigner自定義小部件的小部件中的標誌聲明有問題。 這個小工具使用過濾器代理模型,稱爲QgsMapLayerComboBox 在過濾代理模型(QgsMapLayerProxyModel)一QComboBox,我已經定義的標誌: class GUI_EXPORT QgsMapLayerProxyModel : public QSortFilterProxyModel
{