Qt에서 glib.h땡겨쓰기

kyh1026의 이미지

안녕하세요 GNOME에서 Qt로 프로그래밍을 공부하는데요

Qt에서 glib땡겨서 쓰려고 하는데

gchar, gstring과 같이 자료형이라든지 에러 사항이 많아서

질문드리는데

혹시 Qt에서는 glib안쓰나요???

klara의 이미지

안씁니다. 애시당초 Qt는 C++로 구현되있는데 번잡하게 C로 OOP를 구현해놓은 GLib를 가져다 쓸 필요가 없지요.
하지만, 그렇다고 GLib를 못쓴다는건 아닙니다.
GLib를 쓰고 싶으시면 다른 라이브러리를 쓰는 것과 동일하게, 필요한 해더파일들을 인클루드하고, 라이브러리파일을 링크해서 쓰면됩니다.

segfault의 이미지

qt 4.2부터 event loop가 glib 기반이지요. (컴파일 설정에 따라서 다릅니다.)
gchar나 gstring 같은 자료형이야 변환하는 함수를 만들어주면 될 거 같습니다.

그런데 glib을 써야 할 필요가 있나요? glib 기반의 라이브러리를 사용할 일이 있다면 모르겠지만..

----
http://www.planetmono.org

kyh1026의 이미지

Qt로 GNOME환경에서 프로그램을 하다보니까

g-get-user-special-dir() : 바탕화면의 항목 정보가 있는 경로를 알 수 있습니다.

g-file-monitor-directory() : 특정 디렉토리의 변경사항을 알 수 있는 api입니다.

Desktop Entry Specification : 바탕화면 항목중 실행기 파일(.desktop 파일)에 대한 상세사양입니다.

Gnome Desktop Item 위의 Desktop Entry를 처리할 수 있는 라이브러리 api입니다.

이런 함수들을 써야되서요......

헤더파일에 glib.h가 필요하더라고요.....

klara의 이미지

잘 모르지만 어쩌면 이미 Qt에서 구현되있을수도 있으니 한번 찾아보시구요..
그리고 위에도 적었지만 GLib를 써야되면 보통 라이브러리 쓰는것과 동일하게 해더파일 인클루드하고 라이브러리 링크해서 그냥 쓰면됩니다-_-;
assistant에서 qmake Variable Reference 페이지에서 LIBS와 INCLUDEPATH에 대해 찾아보세요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.