[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
this page rendering
- From: rrandresf@xxxxxxxxx (=?utf-8?q?Andr=C3=A9s_Ram=C3=ADrez?=)
- Date: Mon, 07 May 2018 16:02:36 +0000
- X-ml-name: emacs-w3m
- X-mail-count: 12958
Hi.
I am visiting this page:
--8<---------------cut here---------------start------------->8---
https://cheryllium.wordpress.com/2014/04/13/commonqt-tutorial-4/
--8<---------------cut here---------------end--------------->8---
an this part is not rendered right
--8<---------------cut here---------------start------------->8---
(defclass status-bar-app ()
((name-edit :accessor name-edit)
(reverse-button :accessor reverse-button)
(capital-button :accessor capital-button)
(result-label :accessor result-label))
(:metaclass qt-class)
(:qt-superclass "QMainWindow")
(:slots ("reverse-name()" reverse-name)
("capitalize-name()" capitalize-name)))
(defmethod initialize-instance :after
((instance status-bar-app) &key)
(new instance)
(init-ui instance))
--8<---------------cut here---------------end--------------->8---
I have tried the same in the (webmacs browser, eww) and it renders fine.
BR