toggle_arrow.h 509 B

1234567891011121314151617181920212223
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Ui {
  9. class RpWidget;
  10. [[nodiscard]] QPainterPath ToggleUpDownArrowPath(
  11. float64 x,
  12. float64 y,
  13. float64 size,
  14. float64 fourStrokes,
  15. float64 progress);
  16. void AddToggleUpDownArrowToMoreButton(not_null<Ui::RpWidget*> parent);
  17. } // namespace Ui