[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

this page rendering



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