Development Qt | Qtで .ini ファイルで設定を保存・取得する方法 なぜini ファイルを使うのか? アプリケーションの設定を外部から変更したい場合や、保存しておきたい場合などにおいて、よくiniファイルを使って実現します。 ini ファイル (abc_sample.ini) は、アプリケーションのパラメー... 2014.07.02 DevelopmentQt(C++)プログラム
Development Qt | How to print function name and line number on Qt(C++)Qt | Qt(C++)でメッセージに関数名、行数を出力する方法 How to print Function name and Line number on Qt(C++) Qt has these macro to get those. FunctionName : __FUNCTION__ Line... 2014.02.12 DevelopmentQt(C++)プログラム