Documentation
class QqCalendarWidgetTrUtf8 x1 where #
qCalendarWidgetTrUtf8 :: x1 -> IO String #
Instances
QqCalendarWidgetTrUtf8 String # | |
Defined in Qtc.Widgets.QCalendarWidget qCalendarWidgetTrUtf8 :: String -> IO String # | |
QqCalendarWidgetTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QCalendarWidget qCalendarWidgetTrUtf8 :: (String, String) -> IO String # | |
QqCalendarWidgetTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QCalendarWidget qCalendarWidgetTrUtf8 :: (String, String, Int) -> IO String # |
class QqCalendarWidget x1 where #
qCalendarWidget :: x1 -> IO (QCalendarWidget ()) #
Instances
QqCalendarWidget () # | |
Defined in Qtc.Widgets.QCalendarWidget qCalendarWidget :: () -> IO (QCalendarWidget ()) # | |
QqCalendarWidget (QWidget t1) # | |
Defined in Qtc.Widgets.QCalendarWidget qCalendarWidget :: QWidget t1 -> IO (QCalendarWidget ()) # |
dateEditAcceptDelay :: QCalendarWidget a -> () -> IO Int #
class QdateTextFormat x1 xr | x1 -> xr where #
dateTextFormat :: QCalendarWidget a -> x1 -> xr #
Instances
QdateTextFormat () (IO [(QDate (), QTextCharFormat ())]) # | |
Defined in Qtc.Widgets.QCalendarWidget dateTextFormat :: QCalendarWidget a -> () -> IO [(QDate (), QTextCharFormat ())] # | |
QdateTextFormat (QDate t1) (IO (QTextCharFormat ())) # | |
Defined in Qtc.Widgets.QCalendarWidget dateTextFormat :: QCalendarWidget a -> QDate t1 -> IO (QTextCharFormat ()) # |
class QdateTextFormat_nf x1 xr | x1 -> xr where #
dateTextFormat_nf :: QCalendarWidget a -> x1 -> xr #
Instances
QdateTextFormat_nf (QDate t1) (IO (QTextCharFormat ())) # | |
Defined in Qtc.Widgets.QCalendarWidget dateTextFormat_nf :: QCalendarWidget a -> QDate t1 -> IO (QTextCharFormat ()) # |
headerTextFormat :: QCalendarWidget a -> () -> IO (QTextCharFormat ()) #
headerTextFormat_nf :: QCalendarWidget a -> () -> IO (QTextCharFormat ()) #
horizontalHeaderFormat :: QCalendarWidget a -> () -> IO HorizontalHeaderFormat #
isDateEditEnabled :: QCalendarWidget a -> () -> IO Bool #
isGridVisible :: QCalendarWidget a -> () -> IO Bool #
isNavigationBarVisible :: QCalendarWidget a -> () -> IO Bool #
monthShown :: QCalendarWidget a -> () -> IO Int #
class QpaintCell x0 x1 where #
Instances
QpaintCell (QCalendarWidget ()) (QPainter t1, Rect, QDate t3) # | |
Defined in Qtc.Widgets.QCalendarWidget | |
QpaintCell (QCalendarWidgetSc a) (QPainter t1, Rect, QDate t3) # | |
Defined in Qtc.Widgets.QCalendarWidget |
class QqpaintCell x0 x1 where #
qpaintCell :: x0 -> x1 -> IO () #
Instances
QqpaintCell (QCalendarWidget ()) (QPainter t1, QRect t2, QDate t3) # | |
Defined in Qtc.Widgets.QCalendarWidget qpaintCell :: QCalendarWidget () -> (QPainter t1, QRect t2, QDate t3) -> IO () # | |
QqpaintCell (QCalendarWidgetSc a) (QPainter t1, QRect t2, QDate t3) # | |
Defined in Qtc.Widgets.QCalendarWidget qpaintCell :: QCalendarWidgetSc a -> (QPainter t1, QRect t2, QDate t3) -> IO () # |
selectedDate :: QCalendarWidget a -> () -> IO (QDate ()) #
setDateEditAcceptDelay :: QCalendarWidget a -> Int -> IO () #
setDateEditEnabled :: QCalendarWidget a -> Bool -> IO () #
setDateTextFormat :: QCalendarWidget a -> (QDate t1, QTextCharFormat t2) -> IO () #
setFirstDayOfWeek :: QCalendarWidget a -> DayOfWeek -> IO () #
class QsetGridVisible x0 x1 where #
setGridVisible :: x0 -> x1 -> IO () #
Instances
QsetGridVisible (QCalendarWidget ()) Bool # | |
Defined in Qtc.Widgets.QCalendarWidget setGridVisible :: QCalendarWidget () -> Bool -> IO () # | |
QsetGridVisible (QCalendarWidgetSc a) Bool # | |
Defined in Qtc.Widgets.QCalendarWidget setGridVisible :: QCalendarWidgetSc a -> Bool -> IO () # |
setHeaderTextFormat :: QCalendarWidget a -> QTextCharFormat t1 -> IO () #
setHorizontalHeaderFormat :: QCalendarWidget a -> HorizontalHeaderFormat -> IO () #
class QsetSelectedDate x0 x1 where #
setSelectedDate :: x0 -> x1 -> IO () #
Instances
QsetSelectedDate (QCalendarWidget ()) (QDate t1) # | |
Defined in Qtc.Widgets.QCalendarWidget setSelectedDate :: QCalendarWidget () -> QDate t1 -> IO () # | |
QsetSelectedDate (QCalendarWidgetSc a) (QDate t1) # | |
Defined in Qtc.Widgets.QCalendarWidget setSelectedDate :: QCalendarWidgetSc a -> QDate t1 -> IO () # |
setVerticalHeaderFormat :: QCalendarWidget a -> VerticalHeaderFormat -> IO () #
setWeekdayTextFormat :: QCalendarWidget a -> (DayOfWeek, QTextCharFormat t2) -> IO () #
class QshowNextMonth x0 x1 where #
showNextMonth :: x0 -> x1 -> IO () #
Instances
QshowNextMonth (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget showNextMonth :: QCalendarWidget () -> () -> IO () # | |
QshowNextMonth (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget showNextMonth :: QCalendarWidgetSc a -> () -> IO () # |
class QshowNextYear x0 x1 where #
showNextYear :: x0 -> x1 -> IO () #
Instances
QshowNextYear (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget showNextYear :: QCalendarWidget () -> () -> IO () # | |
QshowNextYear (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget showNextYear :: QCalendarWidgetSc a -> () -> IO () # |
class QshowPreviousMonth x0 x1 where #
showPreviousMonth :: x0 -> x1 -> IO () #
Instances
QshowPreviousMonth (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget showPreviousMonth :: QCalendarWidget () -> () -> IO () # | |
QshowPreviousMonth (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget showPreviousMonth :: QCalendarWidgetSc a -> () -> IO () # |
class QshowPreviousYear x0 x1 where #
showPreviousYear :: x0 -> x1 -> IO () #
Instances
QshowPreviousYear (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget showPreviousYear :: QCalendarWidget () -> () -> IO () # | |
QshowPreviousYear (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget showPreviousYear :: QCalendarWidgetSc a -> () -> IO () # |
class QshowSelectedDate x0 x1 where #
showSelectedDate :: x0 -> x1 -> IO () #
Instances
QshowSelectedDate (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget showSelectedDate :: QCalendarWidget () -> () -> IO () # | |
QshowSelectedDate (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget showSelectedDate :: QCalendarWidgetSc a -> () -> IO () # |
class QshowToday x0 x1 where #
Instances
QshowToday (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget showToday :: QCalendarWidget () -> () -> IO () # | |
QshowToday (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget showToday :: QCalendarWidgetSc a -> () -> IO () # |
class QupdateCell x0 x1 where #
updateCell :: x0 -> x1 -> IO () #
Instances
QupdateCell (QCalendarWidget ()) (QDate t1) # | |
Defined in Qtc.Widgets.QCalendarWidget updateCell :: QCalendarWidget () -> QDate t1 -> IO () # | |
QupdateCell (QCalendarWidgetSc a) (QDate t1) # | |
Defined in Qtc.Widgets.QCalendarWidget updateCell :: QCalendarWidgetSc a -> QDate t1 -> IO () # |
class QupdateCells x0 x1 where #
updateCells :: x0 -> x1 -> IO () #
Instances
QupdateCells (QCalendarWidget ()) () # | |
Defined in Qtc.Widgets.QCalendarWidget updateCells :: QCalendarWidget () -> () -> IO () # | |
QupdateCells (QCalendarWidgetSc a) () # | |
Defined in Qtc.Widgets.QCalendarWidget updateCells :: QCalendarWidgetSc a -> () -> IO () # |
verticalHeaderFormat :: QCalendarWidget a -> () -> IO VerticalHeaderFormat #
weekdayTextFormat :: QCalendarWidget a -> DayOfWeek -> IO (QTextCharFormat ()) #
weekdayTextFormat_nf :: QCalendarWidget a -> DayOfWeek -> IO (QTextCharFormat ()) #
yearShown :: QCalendarWidget a -> () -> IO Int #
qCalendarWidget_delete :: QCalendarWidget a -> IO () #
qCalendarWidget_deleteLater :: QCalendarWidget a -> IO () #