Searched refs:smartWidth (Results 1 – 4 of 4) sorted by relevance
50 …width even if it is not large enough for the content", new ConstSetter<bool>(s.smartWidth, false)); in ImageCommandLineParser()51 …width", 0, "Extend --width to fit unbreakable content", new ConstSetter<bool>(s.smartWidth, true)); in ImageCommandLineParser()
87 bool smartWidth; member
73 smartWidth(true) {} in ImageGlobal()
118 if (settings.smartWidth && frame->scrollBarMaximum(Qt::Horizontal) > 0) { in pagesLoaded()