Add QtPaintDevice and initial QtWidget
This commit is contained in:
parent
f38ff5fbc2
commit
1d907ed62d
8 changed files with 764 additions and 7 deletions
|
@ -48,14 +48,14 @@
|
|||
[self qApplication]->setDoubleClickInterval(doubleClickInterval);
|
||||
}
|
||||
|
||||
- (QSize)globalStrut
|
||||
- (of_dimension_t)globalStrut
|
||||
{
|
||||
return [self qApplication]->globalStrut();
|
||||
return QToOFDimension([self qApplication]->globalStrut());
|
||||
}
|
||||
|
||||
- (void)setGlobalStrut: (QSize)globalStrut
|
||||
- (void)setGlobalStrut: (of_dimension_t)globalStrut
|
||||
{
|
||||
[self qApplication]->setGlobalStrut(globalStrut);
|
||||
[self qApplication]->setGlobalStrut(OFToQSize(globalStrut));
|
||||
}
|
||||
|
||||
- (int)keyboardInputInterval
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue