public boolean horizontal(Populate a, int[][][] ar, int row, int col, int dep)
{
ar = new int[6][6][6];
a.pop(ar);
for(dep=0;dep<6;dep++)
{
for(col=0;col<6;col++)
我定義我的插槽是這樣的: void choixPoints:: prendpixel1(Pixel depart)
{
//...
}
,我想執行下面的句子:當我執行我獲得 Pixel depart= picmou->define(); //definition of a pixel, well defined
connect(chp3, SIGNAL(clicked()), this
我有這樣的事情: class Thing : public QObject {
...
public slots:
void doSomething();
...
};
我再有一個管理事物的對象,像這樣: class ManyThings : public QObject {
...
public:
void makeTh