私は、(子クラスのコンストラクタで)変数に親を割り当てようとしていますが、子クラスのメンバ変数にしたいと思います。 Qtでどうすればいいですか? コード: PopupServer::PopupServer(QWidget *parent) {
//I need to store the parent in variable Win
//and make it member variable o
私はクラス内でメンバー関数を作成しました。その後、このメンバ関数の結果に設定されたメンバ値を作成したいと思います。 type MyType() =
member this.drawFilledPlanet(xCoord:int, yCoord:int, pWidth:int, pHeight:int, color) =
let brush = new System.Drawin